1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Aug 23, 2023 — Aug 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated TODO.
izrik
as Richard Sartor
More... about 12 years ago
Updated history.
izrik
as Richard Sartor
More... about 12 years ago
Merge pull request #10 from izrik/binary-body
izrik
as Richard Sartor
More... about 12 years ago
Updated TODO
izrik
as Richard Sartor
More... about 12 years ago
Moved DeproxyHttpRequest.groovy to the proper folder.
izrik
as Richard Sartor
More... about 12 years ago
Commented-out references to chunked encoding, as that feature is not implemented yet.
izrik
as Richard Sartor
More... about 12 years ago
Ignored tests for chunked encoding, as that functionality isn't implemented yet.
izrik
as Richard Sartor
More... about 12 years ago
Merge pull request #9 from izrik/port-finder
Lisa Clark
as Lisa
More... about 12 years ago
Extracted the adding of default request headers out to a DefaultClientConnector class, and used it as the default.
izrik
as Richard Sartor
More... about 12 years ago
Updated TODO.
izrik
as Richard Sartor
More... about 12 years ago
Extracted header writing code out to its own class.
izrik
as Richard Sartor
More... about 12 years ago
A little cleanup.
izrik
as Richard Sartor
More... about 12 years ago
Added the UnbufferedStreamReader class. Replaced all BufferedReaders and InputStreamReader with UnbufferedStreamReader. Extracted header reading code to its own HeaderReader class.
izrik
as Richard Sartor
More... about 12 years ago
Deprecated SocketReader and SocketWriter.
izrik
as Richard Sartor
More... about 12 years ago
Extracted body-writing code out to its own BodyWriter class.
izrik
as Richard Sartor
More... about 12 years ago
Extracted the readLine method to its own class.
izrik
as Richard Sartor
More... about 12 years ago
Extracted the readBody method to a new BodyReader class.
izrik
as Richard Sartor
More... about 12 years ago
Partial server-side support for bodies.
izrik
as Richard Sartor
More... about 12 years ago
Made readBody take the input stream and use its own reader.
izrik
as Richard Sartor
More... about 12 years ago
Pushed the reader down to parseRequest.
izrik
as Richard Sartor
More... about 12 years ago
Pass the socket's input stream down from processNewConnection all the way to parseRequest.
izrik
as Richard Sartor
More... about 12 years ago
Renamed test methods.
izrik
as Richard Sartor
More... about 12 years ago
Cleanup
izrik
as Richard Sartor
More... about 12 years ago
Made the body field a def instead of String. Cleaned up default value calculation.
izrik
as Richard Sartor
More... about 12 years ago
Client-side support for sending a byte array for a body, instead of just a string.
izrik
as Richard Sartor
More... about 12 years ago
Made the body field a def instead of String. Cleaned up default value calculation.
izrik
as Richard Sartor
More... about 12 years ago
Fixed content types.
izrik
as Richard Sartor
More... about 12 years ago
Added tests for binary data.
izrik
as Richard Sartor
More... about 12 years ago
Cleaned up default request headers.
izrik
as Richard Sartor
More... about 12 years ago
Added a toString method override.
izrik
as Richard Sartor
More... about 12 years ago