summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server
Commit message (Expand)AuthorAgeFilesLines
* Protect header that requires SSE2 on gcc4.4 and remove unused header.mmoss@google.com2011-04-042-5/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Support loading of chained certificates from the cert file.mbelshe@chromium.org2011-03-091-3/+2
* 2 Bug fixes:mbelshe@chromium.org2011-03-081-2/+10
* Responses using connection close to signal end of message were failing tombelshe@chromium.org2011-03-081-0/+7
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-2/+2
* Make chromium-style violations errors if -Werror is set.erg@google.com2011-03-021-1/+1
* Fix Linux OOL issue that came up since yesterday.erg@google.com2011-03-022-10/+16
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Patch from kelindsay@gmail.commbelshe@chromium.org2011-02-288-9/+137
* Fix compilation on ubuntu 10.10.maruel@chromium.org2011-02-211-0/+1
* Fix a clang warning.thakis@chromium.org2011-02-071-1/+1
* Cleanup the net/tools/ directory so there are no warnings from our clang plugin.erg@google.com2011-02-0422-483/+717
* Alter the forward declarations so they match the definition. Unbreaks clang, ...avi@chromium.org2011-02-022-2/+2
* Split flip_in_mem_edsm_server into a gazillion pieces.mbelshe@chromium.org2011-02-0224-3216/+3592
* The way I was closing when we detected an invalid frame was incorrect;mbelshe@chromium.org2011-01-291-32/+41
* Fix a memory leak when cleaning the queued data frames.mbelshe@chromium.org2011-01-281-41/+19
* Take 2:mbelshe@chromium.org2011-01-281-38/+50
* The server will happily propagate invalid SPDY headers, which Chrome willmbelshe@chromium.org2011-01-271-0/+5
* Revert 72844 - Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-50/+38
* Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-38/+50
* A few cleanups in the in-mem flip server:mbelshe@chromium.org2011-01-251-89/+127
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Handle error case on SSL read which was not properly exiting.mbelshe@chromium.org2011-01-211-1/+1
* Memory leak fix, log file reopen, remote ip fix, connection idle timeout,mbelshe@chromium.org2011-01-212-104/+258
* Add a flag to the in-memory-server to force SPDY even if SSL-NPN didn'tmbelshe@chromium.org2011-01-201-15/+30
* Reduce the Spdy data frame sizes used. Attempt to make them fit within SSLmbelshe@chromium.org2011-01-151-13/+45
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-1/+2
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-1/+2
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-1/+2
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Don't use large SSL_Write() calls, as they lead to large SSL recordsmbelshe@chromium.org2010-12-161-13/+29
* Explicitly ignore return value of sk_SSL_COMP_delete.hans@chromium.org2010-12-141-1/+1
* flip_in_mem_edsm_server: Fix friend declaration.hans@chromium.org2010-12-131-6/+6
* balsa_headers.h: remove redundant idx_ tests.hans@chromium.org2010-12-131-5/+2
* Patch from kelindsay@strangeloop.commbelshe@google.com2010-11-302-56/+192
* Landing fix for keindsay@gmail.com (Strangeloop Networks)mbelshe@google.com2010-11-249-587/+1618
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-8/+9
* Revert 65313 - flip_in_mem_edsm_server builds again.cbentzel@chromium.org2010-11-063-9/+14
* flip_in_mem_edsm_server builds again.cbentzel@chromium.org2010-11-063-14/+9
* Fix a couple of warnings.mbelshe@chromium.org2010-10-042-3/+3
* Fixed compilation errors in flip_in_mem_edsm_server and dependencies.mbelshe@chromium.org2010-09-303-7/+6
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-2/+1
* Syncing url_to_filename_encoder with internal version.mbelshe@chromium.org2010-08-173-201/+2
* Fix bad license header in app/ and net/ directories.tfarina@chromium.org2010-07-312-1/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2617-0/+17
* Remove <iostream> where possible.erg@google.com2010-07-205-7/+10
* Preparing Roberto's change for landing:mbelshe@chromium.org2010-03-313-223/+206