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