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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out r1154 due to test failures
mmentovai@google.com
2008-08-21
8
-195
/
+158
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
8
-158
/
+195
*
Fix WaitForPendingIO to actually exit the wait at some point.
rvargas@google.com
2008-08-21
4
-6
/
+6
*
Fix the linux build again. http_response_headers.cc has
tc@google.com
2008-08-21
1
-2
/
+2
*
Make the disk cache unit tests use some common code from the disk cache.
rvargas@google.com
2008-08-21
1
-10
/
+11
*
Fix net build on linux by moving http_vary_data to the win only section until...
tc@google.com
2008-08-21
1
-2
/
+2
*
Final character conversions for net_util.
paulg@google.com
2008-08-20
1
-4
/
+17
*
M net/base/cookie_monster.h
awalker@google.com
2008-08-20
1
-2
/
+2
*
Fix some more warnings.
evanm@google.com
2008-08-20
1
-1
/
+1
*
Fix some more warnings.
evanm@google.com
2008-08-20
2
-2
/
+1
*
More of net compiling on the Mac.
avi@google.com
2008-08-20
5
-48
/
+63
*
Fix some character conversions and Mac compile errors for net_util.cc.
paulg@google.com
2008-08-20
2
-18
/
+39
*
Use the right mode in HttpCache::Transaction::RequiresValidation
mmentovai@google.com
2008-08-20
1
-1
/
+1
*
Quick fix; it's a struct not a class.
avi@google.com
2008-08-20
1
-1
/
+1
*
Build more files with scons
avi@google.com
2008-08-20
1
-3
/
+3
*
Fixing extended verification code for non-windows
avi@google.com
2008-08-20
3
-2
/
+4
*
Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of
mmentovai@google.com
2008-08-20
1
-0
/
+2
*
We should reset content_length_remaining_ (to -1) when we
wtc@google.com
2008-08-20
1
-0
/
+3
*
Make mime sniffer compile for Mac.
avi@google.com
2008-08-20
2
-6
/
+7
*
Portability changes to http_response_headers.
ericroman@google.com
2008-08-20
2
-10
/
+48
*
Run a couple more tests in net, and get rid of a couple more warnings
mmentovai@google.com
2008-08-20
3
-3
/
+13
*
Add more files to the net module compile list. Had to make some small change...
tc@google.com
2008-08-20
3
-53
/
+66
*
Update the list of files that should compile.
rvargas@google.com
2008-08-19
1
-18
/
+16
*
add http_cache to mac build.
ericroman@google.com
2008-08-19
6
-30
/
+38
*
Remove warnings for the net module.
rvargas@google.com
2008-08-19
5
-10
/
+12
*
Move time formatters that only use ICU into base/time.*
tc@google.com
2008-08-19
1
-22
/
+4
*
Fix up warnings in net/
avi@google.com
2008-08-19
8
-9
/
+13
*
Add mime_util and http_chunked_decoder to mac project.
ericroman@google.com
2008-08-19
3
-3
/
+9
*
Build the rest of the files that currently work in net. No new tests can
mmentovai@google.com
2008-08-19
1
-5
/
+61
*
Update a few forgotten users of the Sys StringPiece conversion functions to i...
deanm@google.com
2008-08-19
2
-1
/
+3
*
Use LF for newlines in all DEPS files
mmentovai@google.com
2008-08-18
1
-3
/
+3
*
Pass more tests in net.
mmentovai@google.com
2008-08-18
1
-2
/
+107
*
change error value
ericroman@google.com
2008-08-18
3
-9
/
+9
*
Merge some changes from branches/mac_july_2008 to trunk.
ericroman@google.com
2008-08-18
4
-1
/
+36
*
Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlib
mmentovai@google.com
2008-08-18
1
-384
/
+854
*
Fix a net\SConscript typo. (Note to self: check in from the
sgk@google.com
2008-08-18
1
-1
/
+1
*
Have the "net" build install icudt38l.dat on non-Windows systems.
sgk@google.com
2008-08-18
1
-1
/
+5
*
Make some net unittests compile and pass on linux.
tc@google.com
2008-08-18
3
-23
/
+21
*
Fix the scons build (file name change).
tc@google.com
2008-08-15
1
-2
/
+4
*
-Add error code for chunked encoding
ericroman@google.com
2008-08-15
3
-7
/
+117
*
Second pass move the os dependent code apart on the disk cache.
rvargas@google.com
2008-08-15
13
-40
/
+267
*
Large patch set (159 files total) to cleanup the includes.
maruel@google.com
2008-08-15
7
-34
/
+53
*
Introduce MessagePump to represent the native message pump used to drive a
darin@google.com
2008-08-15
2
-10
/
+5
*
Get googleurl and net to build on linux so we can parallelize even more. Thi...
tc@google.com
2008-08-15
2
-178
/
+192
*
Modify the binary bz2 to have LF and force google.txt to
tc@google.com
2008-08-14
2
-1
/
+19
*
Now force it back to CR for everyone.
tc@google.com
2008-08-14
1
-19
/
+1
*
Force the eol style to LF so we always get the CR character.
tc@google.com
2008-08-14
1
-1
/
+19
*
Force the line ending on this test data file to be CR. The
tc@google.com
2008-08-14
1
-19
/
+1
*
Update the comment for OnObjectSignaled.
wtc@google.com
2008-08-14
2
-7
/
+21
*
Don't assert stream_sizes_.cbBlockSize == 1. It fails with
wtc@google.com
2008-08-14
1
-3
/
+0
[next]