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
/
net_lib.scons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add proxy_resolver_v8 to SCONS build.
ericroman@google.com
2009-03-03
1
-0
/
+3
*
split up proxy_service into several files (one per class).
ericroman@google.com
2009-03-02
1
-0
/
+9
*
Implement the NTLM authentication scheme by porting
wtc@chromium.org
2009-02-28
1
-0
/
+6
*
Get shared link working again.
evan@chromium.org
2009-02-24
1
-0
/
+1
*
Have tld_cleanup generate a .cc file that contains the effective
tc@google.com
2009-02-24
1
-1
/
+1
*
Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...
mmoss@chromium.org
2009-02-23
1
-0
/
+3
*
Add parsing for PAC result strings -- ProxyInfo::UsePacString().
ericroman@google.com
2009-02-19
1
-0
/
+2
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+4
*
In r2658, the new http_auth* files were added to net.vcproj
wtc@chromium.org
2009-02-18
1
-10
/
+10
*
Make net_lib build work with a shared link.
evan@chromium.org
2009-02-12
1
-9
/
+1
*
Move certificate verification off the IO thread.
wtc@chromium.org
2009-02-03
1
-0
/
+4
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-0
/
+1
*
revert r8603
rvargas@google.com
2009-01-24
1
-1
/
+0
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-0
/
+1
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
1
-0
/
+2
*
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
ericroman@google.com
2009-01-15
1
-2
/
+2
*
Remove HttpTransactionWinHttp and the --winhttp command-line
wtc@google.com
2009-01-13
1
-8
/
+0
*
Measure how often the users are encountering MD5
wtc@google.com
2009-01-12
1
-0
/
+1
*
Updates to Visual Studio project generation to accomodate
sgk@google.com
2009-01-10
1
-17
/
+5
*
Resubmit r7826 after fixing breakages:
sgk@google.com
2009-01-10
1
-55
/
+311
*
Back out r7826, which broke the Linux build
mark@chromium.org
2009-01-09
1
-307
/
+50
*
Generation of net .vcproj and .sln files.
sgk@google.com
2009-01-09
1
-50
/
+307
*
Remove net_resources.rc and net_resources.h and replace it
tc@google.com
2009-01-08
1
-0
/
+1
*
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...
evanm@google.com
2008-12-26
1
-1
/
+1
*
Split ProxyResolver into two interfaces: A. interface for retrieving the sys...
ericroman@google.com
2008-12-19
1
-1
/
+1
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
1
-0
/
+6
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
1
-6
/
+6
*
Disk cache: move eviction code to a separate file.
rvargas@google.com
2008-12-18
1
-0
/
+1
*
Add beginnings of a custom FTP implementation. This is built but not used or
darin@chromium.org
2008-12-17
1
-0
/
+2
*
Reverting 6966.
ericroman@google.com
2008-12-13
1
-1
/
+0
*
Use automatic memory management for URLRequestContext's members.
ericroman@google.com
2008-12-13
1
-0
/
+1
*
Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as...
ericroman@google.com
2008-12-12
1
-0
/
+1
*
Remove proxy_script_fetcher from the scons files too to try and green purify ...
ericroman@google.com
2008-12-10
1
-1
/
+0
*
Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...
ericroman@google.com
2008-12-10
1
-0
/
+1
*
Port directory lister to allow the linux and mac test shells to display file ...
estade@chromium.org
2008-11-20
1
-2
/
+0
*
Finish release (opt) builds on Windows, including the parallel
sgk@google.com
2008-11-20
1
-10
/
+2
*
revert 5730
estade@chromium.org
2008-11-19
1
-0
/
+2
*
Port directory lister to posix.
estade@chromium.org
2008-11-19
1
-2
/
+0
*
revert 5725
estade@chromium.org
2008-11-19
1
-0
/
+2
*
Port directory lister so test shell can view file directories.
estade@chromium.org
2008-11-19
1
-2
/
+0
*
fix windows net build under hammer
erikkay@google.com
2008-11-11
1
-1
/
+1
*
Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...
erikkay@google.com
2008-11-11
1
-3
/
+1
*
Rename tcp_client_socket.cc to _win.cc (should have been done long ago).
dkegel@google.com
2008-11-10
1
-8
/
+4
*
- Add preemptive authorization (new http stack only)
ericroman@google.com
2008-11-08
1
-0
/
+1
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
1
-4
/
+2
*
There's no Objective in this C++.
avi@google.com
2008-10-31
1
-1
/
+1
*
Relanding of r4221, initial proxy support for the Mac
avi@google.com
2008-10-31
1
-2
/
+3
*
oops; will reland once tree is open
avi@google.com
2008-10-30
1
-3
/
+2
*
Initial Mac proxy implementation
avi@google.com
2008-10-30
1
-2
/
+3
*
Port:
mark@chromium.org
2008-10-23
1
-8
/
+0
[next]