index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
netlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
parse_set_cookie header returns an empty list if no cookies are found
Aldo Cortesi
2016-09-28
1
-9
/
+4
*
Clarify that 'expires' values MUST have a comma now
Shadab Zafar
2016-09-27
1
-1
/
+4
*
Modify format_set_cookie_header to take cookie list
Shadab Zafar
2016-09-27
2
-15
/
+24
*
Fixup an error with indices
Shadab Zafar
2016-09-27
1
-1
/
+1
*
Refactor functions
Shadab Zafar
2016-09-27
1
-35
/
+26
*
Add a new pairs reader for SetCookie headers
Shadab Zafar
2016-09-27
1
-3
/
+15
*
Rename _read_pairs to _read_cookie_pairs
Shadab Zafar
2016-09-27
1
-3
/
+22
*
Rename _read_token to _read_key
Shadab Zafar
2016-09-27
1
-8
/
+8
*
Move CookieAttrs and SetCookie to top
Shadab Zafar
2016-09-27
1
-18
/
+14
*
Minor refactor
Shadab Zafar
2016-09-27
1
-2
/
+3
*
Add support for comma separated cookies
Shadab Zafar
2016-09-27
1
-30
/
+51
*
allow socket creation monkeypatchs
Maximilian Hils
2016-09-27
1
-1
/
+5
*
Merge branch 'fully_transparent'
Maximilian Hils
2016-09-22
1
-1
/
+12
|
\
|
*
minor cleanup
Maximilian Hils
2016-09-22
2
-15
/
+6
|
*
Introduced comment regarding socket manipulation through the server_conn stub.
smill@cuckoo.sh
2016-09-22
1
-0
/
+1
|
*
Commented on IP_TRANSPARENT and changed an exception type.
smill@cuckoo.sh
2016-09-22
1
-1
/
+2
|
*
Fixed travis-ci issues.
smill
2016-09-14
1
-0
/
+1
|
*
Prevent crash in case of a connection timeout.
smill
2016-09-14
1
-3
/
+5
|
*
Made it possible to modify the server_conn.connection attribute,
smill
2016-09-05
1
-2
/
+7
|
*
Removed a mistakenly inserted newline character.
smill
2016-09-04
1
-1
/
+0
|
*
Improved error-handling / supplemented documention.
smill
2016-09-04
2
-3
/
+8
|
*
Introduced the capability to spoof the source address
smill
2016-09-03
1
-1
/
+7
*
|
Merge pull request #1564 from mhils/issue-1554
Maximilian Hils
2016-09-21
1
-9
/
+10
|
\
\
|
*
|
fix Response.make content-length header
Maximilian Hils
2016-09-21
1
-9
/
+10
*
|
|
raise TypeError on invalid header assignment, fix #1562
Maximilian Hils
2016-09-21
2
-1
/
+5
|
/
/
*
|
Make 'none' synonymous to 'identity'
Schamper
2016-09-06
1
-2
/
+4
*
|
Also fix for encoding
Schamper
2016-09-06
1
-1
/
+1
*
|
Fix decoding when content-encoding: none
Schamper
2016-09-06
1
-1
/
+1
*
|
improve netlib.encoding
Thomas Kriechbaumer
2016-09-04
1
-3
/
+20
*
|
http2: improve kill and cleanup threads
Thomas Kriechbaumer
2016-09-03
1
-2
/
+2
*
|
http2: improve framereader
Thomas Kriechbaumer
2016-09-03
2
-5
/
+10
|
/
*
websockets: refactor implementation and add tests
Thomas Kriechbaumer
2016-09-01
5
-204
/
+207
*
Lint fix - minor
arjun23496
2016-08-31
1
-2
/
+1
*
Lint fix - netlib headers
arjun23496
2016-08-31
1
-4
/
+2
*
minor bug fix header replace
arjun23496
2016-08-31
1
-3
/
+7
*
Added tests for replace in request,message,header
arjun23496
2016-08-31
1
-0
/
+2
*
Minor bug fix - messages.py replace
arjun23496
2016-08-29
1
-1
/
+1
*
Added replace for request and headers - Fixed missing replace option
arjun23496
2016-08-29
2
-5
/
+6
*
Added count argument for replace for contents in body
arjun23496
2016-08-26
1
-2
/
+2
*
fixed : Divide by zero error came when string was empty, also a test
Manish Kumar
2016-08-26
1
-0
/
+3
*
wrap long lines
Thomas Kriechbaumer
2016-08-24
2
-4
/
+24
*
introduce Response.make for simple response creation
Maximilian Hils
2016-08-23
1
-5
/
+49
*
Merge pull request #1480 from mhils/reverse-proxy-auth
Thomas Kriechbaumer
2016-08-16
1
-3
/
+13
|
\
|
*
add basic auth support for reverse proxy mode
Maximilian Hils
2016-08-13
1
-3
/
+13
*
|
Simplify cookies.is_expired
Shadab Zafar
2016-08-15
1
-16
/
+7
*
|
Add a function to get cookie expiration time
Shadab Zafar
2016-08-15
1
-0
/
+26
*
|
Add method to group pairs by cookies
Shadab Zafar
2016-08-15
1
-0
/
+31
|
/
*
fix tests
Maximilian Hils
2016-08-04
1
-0
/
+1
*
simplify contentview logic
Maximilian Hils
2016-08-04
1
-0
/
+1
*
Merge pull request #1447 from mitmproxy/secure-by-default
Aldo Cortesi
2016-08-01
1
-19
/
+27
|
\
[next]