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
*
Implement the getinfo call for Mac
avi@google.com
2008-10-20
2
-3
/
+151
*
Remove typo in file name *unitest* vs *unittest*
jar@google.com
2008-10-20
4
-6
/
+6
*
Adding in new hammer patterns. Restored from rollback change 3578.
bradnelson@chromium.org
2008-10-18
2
-15
/
+17
*
Rolling back CL 3578, discovered hammer.bat had not been updated yet.
bradnelson@chromium.org
2008-10-18
2
-17
/
+15
*
Applying software construction toolkit patterns in scons build.
bradnelson@chromium.org
2008-10-17
2
-15
/
+17
*
Misc cleanups
ericroman@google.com
2008-10-17
6
-26
/
+47
*
Fix problem where "text/xml" responses get buffered past 512 bytes, causing t...
ericroman@google.com
2008-10-17
2
-1
/
+16
*
Increase socket buffer size from default (8KB) to 64KB.
mbelshe@google.com
2008-10-17
1
-0
/
+45
*
Initial Mac implementation of SSL. Requires the full-duplex socket introduced...
avi@google.com
2008-10-17
5
-21
/
+774
*
Don't call the callback in an unexpected case that will never happen anyway.
mark@chromium.org
2008-10-16
1
-1
/
+2
*
Misc style changes.
ericroman@google.com
2008-10-16
3
-30
/
+15
*
Don't user uninitialized variables. We should at least fail predictably in
mark@chromium.org
2008-10-16
1
-1
/
+1
*
Make zero-byte responses an error, rather than an empty HTTP/0.9 case.
ericroman@google.com
2008-10-16
4
-17
/
+52
*
Add a lot of robustness to SDCH filter decoding
jar@google.com
2008-10-15
14
-265
/
+784
*
Reset server_cert_ to NULL after freeing it to prevent
wtc@google.com
2008-10-15
1
-1
/
+3
*
Turn SSLClientSocket into an interface.
wtc@google.com
2008-10-15
12
-249
/
+266
*
Support servers that request but don't require SSL
wtc@google.com
2008-10-14
2
-1
/
+24
*
This makes net_perftests build and run on Linux.
evanm@google.com
2008-10-13
2
-12
/
+41
*
The Schannel considers some cipher suites (e.g., the
wtc@google.com
2008-10-13
4
-13
/
+30
*
Remove WatchObject calls from FileInputStream.
rvargas@google.com
2008-10-10
1
-22
/
+20
*
Enable AddTrust External CA Root for EV. The patch is
wtc@google.com
2008-10-10
1
-0
/
+6
*
add file:// handling to mac and linux builds
pinkerton@google.com
2008-10-10
4
-10
/
+18
*
Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.
abarth@chromium.org
2008-10-09
2
-75
/
+30
*
- Add auth integration tests to http_network_transaction_unitttest.cc
ericroman@google.com
2008-10-08
3
-14
/
+276
*
Unrollback 3024 (partially rolled back in 3027).
ericroman@google.com
2008-10-08
7
-88
/
+10
*
Update a comment based on our findings today.
pkasting@chromium.org
2008-10-08
1
-4
/
+4
*
Fix tree breakage by referencing correct open-vcdiff directory.
erg@google.com
2008-10-08
1
-1
/
+1
*
Revert 3024, broke mac build.
maruel@google.com
2008-10-08
7
-10
/
+88
*
Pull in new googleurl@94 which includes GURL::EffectiveIntPort().
ericroman@google.com
2008-10-08
7
-88
/
+10
*
Use the new HTTP stack by default in the net module's
wtc@google.com
2008-10-08
2
-1
/
+3
*
Handle TLS-intolerant servers by retrying with TLS 1.0
wtc@google.com
2008-10-08
9
-19
/
+93
*
Rever 2997 since it caused UI and unit tests failure.
maruel@google.com
2008-10-08
2
-30
/
+75
*
Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.
darin@chromium.org
2008-10-08
2
-75
/
+30
*
- Cleanup usage, EnsureWinsockInit is now the only method of initializing.
deanm@chromium.org
2008-10-06
2
-42
/
+35
*
Add Posix sync only support to FileInputStream.
deanm@chromium.org
2008-10-06
3
-19
/
+107
*
Move all callers to EnsureWinsockInit, and away from using WinsockInit instan...
deanm@chromium.org
2008-10-06
1
-2
/
+1
*
Use open-vcdiff source in its new home on the Mac (follow-up to r2709)
mark@chromium.org
2008-09-30
1
-4
/
+4
*
Get open-vcdiff building on Linux and Mac (in SCons) using
sgk@google.com
2008-09-30
2
-14
/
+3
*
Transition to pulling open-vcdiff rather than using a private snapshot pull
jar@google.com
2008-09-30
1
-1
/
+1
*
Use base::RandInt() in place of rand(), now that rand_util has been moved fro...
ericroman@google.com
2008-09-30
1
-2
/
+2
*
When an SSL connect is completed, we need to call
wtc@google.com
2008-09-30
1
-6
/
+7
*
Add comments to explain the ERR_NAME_NOT_RESOLVED case.
darin@google.com
2008-09-29
1
-0
/
+6
*
Add code to call ReconsiderProxyAfterError when we encounter a failure to res...
darin@chromium.org
2008-09-29
2
-3
/
+49
*
Re-order constructor order to avoid warning on mac build (that causes error).
ericroman@google.com
2008-09-29
1
-5
/
+5
*
Add missing header file to net.xcodeproj
darin@google.com
2008-09-29
1
-0
/
+2
*
Style refactoring to make MockRead initializers more readable.
ericroman@google.com
2008-09-29
1
-63
/
+70
*
fix build bustage due to missing header
darin@google.com
2008-09-29
1
-0
/
+2
*
Need to alphabetize our source files in the build steps.
avi@google.com
2008-09-29
1
-6
/
+6
*
Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...
darin@google.com
2008-09-29
15
-318
/
+779
*
Update unit test to check EV functionality (Windows-only for now).
avi@google.com
2008-09-29
1
-7
/
+184
[next]