summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-1/+1
* Accidental commit; oopsavi@google.com2008-09-194-84/+25
* Unit test now runs on the Mac.avi@google.com2008-09-194-25/+84
* Oops, expected value comes first.avi@google.com2008-09-191-24/+24
* Add unit test for the X509 parsing. This only runs on Windows, but does so su...avi@google.com2008-09-193-6/+165
* Add a byte factory method for unit testing.avi@google.com2008-09-193-29/+46
* Only link the new event lib on Linux systems.sgk@google.com2008-09-191-1/+7
* Pull in the latest revision (18744:a1d3449a2cba) of the effective-TLDpamg@google.com2008-09-191-40/+150
* Fix a memory leak on the disk cache for posix.rvargas@google.com2008-09-181-0/+6
* Build libevent on Macmark@chromium.org2008-09-181-0/+43
* Some tweaks pointed out by wtc.avi@google.com2008-09-181-11/+8
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-182-4/+25
* Implement CopyDirectory() for the POSIX branch of file_util.evanm@google.com2008-09-181-1/+1
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-184-19/+345
* Bring X.509 cert handling (at least preliminarily) to the Mac.avi@google.com2008-09-186-6/+418
* Now that we have the ICU lib depend on its data file, we no longer need toevanm@google.com2008-09-181-6/+1
* Avoid signedness mismatch errors from gccdkegel@google.com2008-09-181-3/+3
* Enable two CyberTrust root CAs for EV. The EV policywtc@google.com2008-09-181-0/+12
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-184-33/+2
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-183-344/+19
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-183-19/+344
* Include <wincrypt.h> to fix compilation errors.wtc@google.com2008-09-171-0/+1
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-174-29/+231
* Don't set any cookies as a result of the Google URL Tracker update check. Th...pkasting@chromium.org2008-09-172-8/+14
* Review URL: http://codereview.chromium.org/2942jeremy@chromium.org2008-09-172-2/+19
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-174-47/+2
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-3/+2
* One more passing test.evanm@google.com2008-09-161-1/+1
* Mac/mach implementation of disk_cache::GetSystemMemory(). Patch by Kellymark@chromium.org2008-09-161-1/+14
* memcpy cannot overlap, move to memmove.deanm@google.com2008-09-162-2/+2
* Simple unit test, written mostly just to become familiar with the code.dkegel@google.com2008-09-153-0/+123
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-154-10/+65
* An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak...maruel@google.com2008-09-151-0/+9
* Add unit test for HttpResponseHeaders::GetStatusText()ericroman@google.com2008-09-132-10/+38
* TBR fix for broken compile on mac.ericroman@google.com2008-09-131-1/+1
* misc. http response status-line changes:ericroman@google.com2008-09-139-83/+398
* Add the EV metadata for two GlobalSign root CA certificates.wtc@google.com2008-09-111-0/+11
* Capture initial SCons build of {base,net,googleurl}_unittests on Mac:sgk@google.com2008-09-111-1/+6
* Remove all but one place in this file where we returnwtc@google.com2008-09-111-2/+3
* Declare the bool members next to each other so they canwtc@google.com2008-09-112-5/+5
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-1/+0
* Fix IDNtoUnicode and unittest. jungshik@google.com2008-09-112-4/+9
* Remove all but one place in this file where we returnwtc@google.com2008-09-111-2/+6
* Refactor the SSL tunnel establishment code so that itwtc@google.com2008-09-102-135/+62
* Implement GetFreeDiskSpace for POSIX and GetSystemMemory for Linux.mark@chromium.org2008-09-102-6/+31
* Do a better job at bounding HexToInt.deanm@chromium.org2008-09-101-1/+1
* Remove the pre-launch bzip2 hack.ericroman@google.com2008-09-101-23/+0
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-105-49/+46
* This change implements the performance recommendation from: darin@google.com2008-09-091-13/+25
* WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE whenwtc@google.com2008-09-091-0/+1