aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-1714-15/+0
* python3: clean up super and __future__Aldo Cortesi2016-10-1730-47/+21
* python3: clean up class bracketsAldo Cortesi2016-10-1711-26/+26
* Zap object base classAldo Cortesi2016-10-1711-26/+26
* py2--: inline type infoMaximilian Hils2016-10-167-43/+29
* First-order conversion to Python3-onlyAldo Cortesi2016-10-1716-168/+75
* Bump version post releaseAldo Cortesi2016-10-171-1/+1
* Bump to 0.18.1 to fix pypi obstreperousnessAldo Cortesi2016-10-161-1/+1
* certutils: cap the cert store size at 100 by defaultAldo Cortesi2016-10-051-0/+11
* debug: use correct fp for memory object outputAldo Cortesi2016-10-051-1/+1
* debug: Hard exit after debug signalAldo Cortesi2016-10-041-2/+7
* debug: add a dump of objects in memoryAldo Cortesi2016-10-041-0/+14
* Fix SSL errorRyan Laughlin2016-09-301-5/+1
* parse_set_cookie header returns an empty list if no cookies are foundAldo Cortesi2016-09-281-9/+4
* Clarify that 'expires' values MUST have a comma nowShadab Zafar2016-09-271-1/+4
* Modify format_set_cookie_header to take cookie listShadab Zafar2016-09-272-15/+24
* Fixup an error with indicesShadab Zafar2016-09-271-1/+1
* Refactor functionsShadab Zafar2016-09-271-35/+26
* Add a new pairs reader for SetCookie headersShadab Zafar2016-09-271-3/+15
* Rename _read_pairs to _read_cookie_pairsShadab Zafar2016-09-271-3/+22
* Rename _read_token to _read_keyShadab Zafar2016-09-271-8/+8
* Move CookieAttrs and SetCookie to topShadab Zafar2016-09-271-18/+14
* Minor refactorShadab Zafar2016-09-271-2/+3
* Add support for comma separated cookiesShadab Zafar2016-09-271-30/+51
* allow socket creation monkeypatchsMaximilian Hils2016-09-271-1/+5
* Merge branch 'fully_transparent'Maximilian Hils2016-09-221-1/+12
|\
| * minor cleanupMaximilian Hils2016-09-222-15/+6
| * Introduced comment regarding socket manipulation through the server_conn stub.smill@cuckoo.sh2016-09-221-0/+1
| * Commented on IP_TRANSPARENT and changed an exception type.smill@cuckoo.sh2016-09-221-1/+2
| * Fixed travis-ci issues.smill2016-09-141-0/+1
| * Prevent crash in case of a connection timeout.smill2016-09-141-3/+5
| * Made it possible to modify the server_conn.connection attribute,smill2016-09-051-2/+7
| * Removed a mistakenly inserted newline character.smill2016-09-041-1/+0
| * Improved error-handling / supplemented documention.smill2016-09-042-3/+8
| * Introduced the capability to spoof the source addresssmill2016-09-031-1/+7
* | Merge pull request #1564 from mhils/issue-1554Maximilian Hils2016-09-211-9/+10
|\ \
| * | fix Response.make content-length headerMaximilian Hils2016-09-211-9/+10
* | | raise TypeError on invalid header assignment, fix #1562Maximilian Hils2016-09-212-1/+5
|/ /
* | Make 'none' synonymous to 'identity'Schamper2016-09-061-2/+4
* | Also fix for encodingSchamper2016-09-061-1/+1
* | Fix decoding when content-encoding: noneSchamper2016-09-061-1/+1
* | improve netlib.encodingThomas Kriechbaumer2016-09-041-3/+20
* | http2: improve kill and cleanup threadsThomas Kriechbaumer2016-09-031-2/+2
* | http2: improve framereaderThomas Kriechbaumer2016-09-032-5/+10
|/
* websockets: refactor implementation and add testsThomas Kriechbaumer2016-09-015-204/+207
* Lint fix - minorarjun234962016-08-311-2/+1
* Lint fix - netlib headersarjun234962016-08-311-4/+2
* minor bug fix header replacearjun234962016-08-311-3/+7
* Added tests for replace in request,message,headerarjun234962016-08-311-0/+2
* Minor bug fix - messages.py replacearjun234962016-08-291-1/+1