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
*
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
*
An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak...
maruel@google.com
2008-09-15
1
-0
/
+9
*
Add the EV metadata for two GlobalSign root CA certificates.
wtc@google.com
2008-09-11
1
-0
/
+11
*
Remove all but one place in this file where we return
wtc@google.com
2008-09-11
1
-2
/
+3
*
Fix IDNtoUnicode and unittest.
jungshik@google.com
2008-09-11
2
-4
/
+9
*
Do a better job at bounding HexToInt.
deanm@chromium.org
2008-09-10
1
-1
/
+1
*
Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out
mark@chromium.org
2008-09-10
4
-47
/
+44
*
Build host_resolver on the Mac
mmentovai@google.com
2008-09-09
3
-11
/
+6
*
Get MIME stuff working minimally to the point where we have
erg@google.com
2008-09-08
1
-0
/
+40
*
The previous fix doesn't work. We should continue
wtc@google.com
2008-09-05
1
-4
/
+10
*
This fixes the "passing NULL to non-pointer argument" warning when compiling ...
mmoss@google.com
2008-09-05
1
-1
/
+1
*
Modify HostResolver slightly to build on posix as well as windows.
dkegel@google.com
2008-09-05
2
-0
/
+51
*
Fix a crash caused by a NULL FILETIME when creating ftp
tc@google.com
2008-09-04
2
-3
/
+42
*
If we didn't read enough to be able to decrypt anything,
wtc@google.com
2008-09-04
1
-0
/
+4
*
Fix an out of band read when parsing a URL component of just "%". The calcul...
deanm@google.com
2008-09-03
2
-3
/
+3
*
Normalize newlines to LF in net
mmentovai@google.com
2008-09-02
4
-196
/
+196
*
Initial pass at simple event tracing. I added a few traces to tcp_socket and...
erikkay@google.com
2008-09-02
1
-0
/
+14
*
Unit tests can't access the outside world.
maruel@google.com
2008-09-02
1
-4
/
+8
*
Fix net_unittests hang observed on Vista. It turns out that a subpump was
darin@google.com
2008-08-29
1
-11
/
+0
*
Hack to keep vista net_unittests from hanging while I investigate a proper fix.
darin@google.com
2008-08-29
1
-0
/
+11
*
Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.
darin@google.com
2008-08-28
2
-14
/
+11
*
Move std::string16 to base::string16. Don't pollute the std namespace. Don't
mmentovai@google.com
2008-08-27
2
-5
/
+5
*
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
1
-1
/
+1
*
Allow consumers of MessageLoop to specify the type of MessageLoop they want.
darin@google.com
2008-08-26
2
-2
/
+60
*
Implement SSL tunneling through a proxy server.
wtc@google.com
2008-08-25
2
-0
/
+4
*
We can link with secur32.lib and call the SSPI functions directly.
wtc@google.com
2008-08-25
1
-48
/
+18
*
Use a more compact license header in source files.
license.bot
2008-08-24
102
-3036
/
+588
*
Back out the previous checkin because buildbot detects
wtc@google.com
2008-08-22
1
-18
/
+48
*
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
*
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
2
-4
/
+18
*
Move FileURLToFilePath into platform specific files. Most of the logic in th...
tc@google.com
2008-08-22
4
-76
/
+219
*
Enable -Werror on the Mac. Fix two more warnings just added to our build. N...
mmentovai@google.com
2008-08-22
1
-3
/
+3
*
This line should not have ever changed
mmentovai@google.com
2008-08-21
1
-1
/
+1
*
Fix the final gcc warnings in base and net. Provide some macros to selective...
mmentovai@google.com
2008-08-21
2
-13
/
+10
[next]