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
*
If we receive an HTTP authentication header with a non-ASCII
wtc@google.com
2008-08-28
1
-3
/
+3
*
Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.
darin@google.com
2008-08-28
5
-45
/
+28
*
Run some disk cache unit tests on the Mac
mmentovai@google.com
2008-08-28
10
-34
/
+59
*
Move std::string16 to base::string16. Don't pollute the std namespace. Don't
mmentovai@google.com
2008-08-27
2
-5
/
+5
*
Add more net unit tests to linux.
rvargas@google.com
2008-08-27
1
-6
/
+6
*
On .mm files in net and base:
mmentovai@google.com
2008-08-27
1
-31
/
+6
*
Fix the net_perftests to work again.
darin@google.com
2008-08-27
2
-1
/
+3
*
Implement sync IO for the disk cache, and temporarily redirect
rvargas@google.com
2008-08-27
11
-57
/
+150
*
Use the right run_all_unittests.cc in net
mmentovai@google.com
2008-08-26
1
-1
/
+1
*
Sort the file names alphabetically.
darin@google.com
2008-08-26
1
-1
/
+1
*
Need to use net/base/run_all_unittests.cc instead of base/run_all_unittests.cc.
darin@google.com
2008-08-26
1
-1
/
+1
*
fix build
darin@google.com
2008-08-26
1
-1
/
+1
*
Allow consumers of MessageLoop to specify the type of MessageLoop they want.
darin@google.com
2008-08-26
9
-26
/
+122
*
Implement SSL tunneling through a proxy server.
wtc@google.com
2008-08-25
4
-20
/
+191
*
We can link with secur32.lib and call the SSPI functions directly.
wtc@google.com
2008-08-25
1
-48
/
+18
*
a filename changed in this stack
erikkay@google.com
2008-08-25
1
-2
/
+2
*
Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".
ericroman@google.com
2008-08-25
6
-6
/
+4
*
Use a more compact license header in source files.
license.bot
2008-08-24
239
-6872
/
+1136
*
Disk cache: Make sure we don't overwrite external files when creating new ones.
rvargas@google.com
2008-08-23
3
-2
/
+27
*
Back out the previous checkin because buildbot detects
wtc@google.com
2008-08-22
1
-18
/
+48
*
add url_request_test_job to the build
tc@google.com
2008-08-22
2
-3
/
+3
*
Filter out tests from purify tests that intentionally leak.
erikkay@google.com
2008-08-22
3
-182
/
+7
*
Fix spurious gcc warning
dkegel@google.com
2008-08-22
1
-1
/
+1
*
We can link with secur32.lib and call the SSPI functions directly.
wtc@google.com
2008-08-22
1
-48
/
+18
*
Add missing framework to link Mac mime changes.
avi@google.com
2008-08-22
1
-0
/
+4
*
Disk cache: Delete all files from the cache folder, instead of only the
rvargas@google.com
2008-08-22
1
-17
/
+15
*
Impl of platform mime typing for Mac.
avi@google.com
2008-08-22
1
-6
/
+43
*
Use PlatformTest to manage autorelease pools in net tests that use the path s...
mmentovai@google.com
2008-08-22
3
-4
/
+22
*
Some stacks for known memory leaks in net_unittests have changed.
erikkay@google.com
2008-08-22
1
-12
/
+4
*
Move FileURLToFilePath into platform specific files. Most of the logic in th...
tc@google.com
2008-08-22
7
-77
/
+229
*
Enable -Werror on the Mac. Fix two more warnings just added to our build. N...
mmentovai@google.com
2008-08-22
2
-7
/
+8
*
Bandaid to fix build breakage; this isn't the real cause though.
avi@google.com
2008-08-22
1
-0
/
+12
*
Disk cache: add a delay after TruncateData unit test to wait for IO completions.
rvargas@google.com
2008-08-21
1
-0
/
+5
*
This line should not have ever changed
mmentovai@google.com
2008-08-21
1
-1
/
+1
*
Fix warnings. The unused var one was introduced two repositories ago, and has...
avi@google.com
2008-08-21
1
-4
/
+1
*
r1194 missed some sites to disable the warning
mmentovai@google.com
2008-08-21
1
-3
/
+3
*
Fix the final gcc warnings in base and net. Provide some macros to selective...
mmentovai@google.com
2008-08-21
3
-18
/
+17
*
More net files brought into compilation for Mac/Linux.
avi@google.com
2008-08-21
4
-11
/
+28
*
Add the net_util_unittest to the mac net project.
paulg@google.com
2008-08-21
1
-0
/
+2
*
Blind fix for net unittest failure.
evanm@google.com
2008-08-21
2
-3
/
+3
*
Make upload_data not be windows specific. Add it to the SCons build.
tc@google.com
2008-08-21
3
-14
/
+10
*
Pass 100 more tests on Linux. Puts my money where my mouth is.
mmentovai@google.com
2008-08-21
1
-11
/
+13
*
Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...
tc@google.com
2008-08-21
4
-47
/
+67
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
8
-158
/
+203
*
Mark static method defined in header as inline
mmentovai@google.com
2008-08-21
1
-4
/
+4
*
Fix signedness warnings in http_response_headers
mmentovai@google.com
2008-08-21
1
-3
/
+3
*
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
[next]