index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...
darin@google.com
2008-09-29
7
-73
/
+622
*
Update unit test to check EV functionality (Windows-only for now).
avi@google.com
2008-09-29
1
-7
/
+184
*
Avoid using of interlocked increment to facilitate porting.
jar@google.com
2008-09-28
1
-4
/
+1
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
3
-0
/
+55
*
Use open-vcdiff for sdch compression on the Mac
mark@chromium.org
2008-09-26
3
-9
/
+11
*
Assert that the lifetimes of multiple ScopedHostMapper
wtc@google.com
2008-09-26
1
-1
/
+3
*
If we read nothing (EOF) after sending a request on a
wtc@google.com
2008-09-25
1
-0
/
+6
*
Add UTF-8 check for JSON deserializer.
jungshik@google.com
2008-09-25
2
-4
/
+4
*
Add more tests and files to the Mac's net_unittests:
mark@chromium.org
2008-09-25
2
-6
/
+0
*
add http layer and unit tests to mac build. stub out file uploading in upload...
pinkerton@google.com
2008-09-25
3
-0
/
+29
*
Repair leak in unit test by properly ending use of gzip stream.
jar@google.com
2008-09-25
1
-0
/
+2
*
Correct typo in SDCH (filter chaining) unit test, and enable test
jar@google.com
2008-09-25
2
-6
/
+13
*
fix minor whitespace issues
darin@chromium.org
2008-09-24
1
-1
/
+1
*
Apply minor tweaks to ScopedHostMapper per review feedback.
darin@chromium.org
2008-09-24
3
-8
/
+11
*
Some quick changes suggested by wtc in review.
avi@google.com
2008-09-24
1
-1
/
+14
*
Add support for mock DNS queries. This allows us to eliminate
darin@google.com
2008-09-24
5
-3
/
+146
*
Fix support for 204 responses that lack an explicit EOF.
darin@google.com
2008-09-23
1
-0
/
+3
*
Miscellaneous cleanup.
wtc@google.com
2008-09-23
2
-38
/
+49
*
Refactoring out common code in the X.509 cert handling
avi@google.com
2008-09-23
4
-325
/
+210
*
Correct typo with containing extra declarations in header
jar@google.com
2008-09-23
1
-8
/
+7
*
Another unit test parsing the Webkit cert, and the attendent changes needed f...
avi@google.com
2008-09-23
2
-22
/
+196
*
Add tcp_client_socket_libevent to the project and get the unit tests working ...
pinkerton@google.com
2008-09-23
1
-9
/
+2
*
Disable failing filter chaining test
jar@google.com
2008-09-23
1
-1
/
+2
*
Don't use SDCH until open_vcdiff works on all platforms.
evanm@google.com
2008-09-23
1
-0
/
+9
*
Re-land SDCH filter support experiment
jar@google.com
2008-09-23
9
-60
/
+1459
*
Remove stragler file that didn't rollbhack (delete) properly
jar@google.com
2008-09-22
1
-170
/
+0
*
Rollback 2444 and 2443 to get linux and mac prep
jar@google.com
2008-09-22
9
-1290
/
+61
*
Adjust includes to satisfy deps check
jar@google.com
2008-09-22
1
-1
/
+1
*
Experimental integration of delta compression content encoding
jar@google.com
2008-09-22
9
-60
/
+1459
*
Unit test now runs on the Mac.
avi@google.com
2008-09-22
3
-23
/
+74
*
Accidental commit; oops
avi@google.com
2008-09-19
3
-74
/
+23
*
Unit test now runs on the Mac.
avi@google.com
2008-09-19
3
-23
/
+74
*
Oops, expected value comes first.
avi@google.com
2008-09-19
1
-24
/
+24
*
Add unit test for the X509 parsing. This only runs on Windows, but does so su...
avi@google.com
2008-09-19
2
-6
/
+161
*
Add a byte factory method for unit testing.
avi@google.com
2008-09-19
3
-29
/
+46
*
Pull in the latest revision (18744:a1d3449a2cba) of the effective-TLD
pamg@google.com
2008-09-19
1
-40
/
+150
*
Some tweaks pointed out by wtc.
avi@google.com
2008-09-18
1
-11
/
+8
*
* Change output of trace_event log to JSON to enable easier integration with ...
erikkay@google.com
2008-09-18
1
-4
/
+6
*
Use libevent, second try. Changes this time:
dkegel@google.com
2008-09-18
2
-18
/
+341
*
Bring X.509 cert handling (at least preliminarily) to the Mac.
avi@google.com
2008-09-18
3
-2
/
+411
*
Avoid signedness mismatch errors from gcc
dkegel@google.com
2008-09-18
1
-3
/
+3
*
Enable two CyberTrust root CAs for EV. The EV policy
wtc@google.com
2008-09-18
1
-0
/
+12
*
Revert "Make tcp_client_socket_unittest pass on Linux."
evanm@google.com
2008-09-18
2
-341
/
+18
*
Make tcp_client_socket_unittest pass on Linux.
dkegel@google.com
2008-09-18
2
-18
/
+341
*
Include <wincrypt.h> to fix compilation errors.
wtc@google.com
2008-09-17
1
-0
/
+1
*
First cut at SSL certificate error handling. Map
wtc@google.com
2008-09-17
2
-27
/
+181
*
Don't set any cookies as a result of the Google URL Tracker update check. Th...
pkasting@chromium.org
2008-09-17
1
-0
/
+4
*
Unignore most warnings on POSIX in build/SConscript.main.
evanm@google.com
2008-09-16
1
-3
/
+2
*
memcpy cannot overlap, move to memmove.
deanm@google.com
2008-09-16
2
-2
/
+2
*
Simple unit test, written mostly just to become familiar with the code.
dkegel@google.com
2008-09-15
1
-0
/
+118
[next]