aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
* Move structures into (private) part of buffers.h so we can inspect them while...Nick Mathewson2014-05-08
* Make --disable-buf-freelists build and pass unit testsAndrea Shepard2014-04-29
* scan-build: check impossible null-pointer case in buffers.cNick Mathewson2014-04-18
* Fix whitespace errors, all of them mine.Nick Mathewson2014-03-05
* Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson2014-03-04
|\
| * Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-03-04
| |\
| | * Monotonize the OOM-killer data timersNick Mathewson2014-02-26
* | | Start writing tests for 10169.Nick Mathewson2014-02-12
* | | Debugging code inbuffers.c for debugging chunk allocation.Nick Mathewson2014-02-12
* | | Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson2014-02-12
|\| |
| * | Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-02-12
| |\|
| | * Actually release buffer freelists when handling OOM conditions.Nick Mathewson2014-02-12
| | * Fix bugs in bug10169 bugfix memory trackingNick Mathewson2014-02-12
| * | Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson2014-01-03
| |\|
| | * Count freed buffer bytes from buffers when oom-killing circuits.Nick Mathewson2013-11-20
| | * Have the OOM handler also count the age the data in a stream bufferNick Mathewson2013-11-15
* | | Move Extended ORPort code to its own module.George Kadianakis2013-07-18
* | | Document code and change the Extended ORPort command numbers.George Kadianakis2013-07-18
* | | Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson2013-07-18
* | | Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
|/ /
* | Fix socks5 handshake for username/password authRoger Dingledine2013-05-15
* | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-05-09
|\|
| * Don't run off the end of the array-of-freelistsNick Mathewson2013-05-09
* | Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson2013-04-11
|\ \
| * | Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson2013-03-20
| * | Prefer SOCKS_USER_PASS over SOCKS_NO_AUTHNick Mathewson2013-03-20
| |/
* | Fix a bug that roger found in the wide_circ_id codeNick Mathewson2013-02-15
* | Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\ \
| * | Replace magic constants for wide_circ_ids with inline function callsNick Mathewson2013-02-09
| * | Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | | Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\ \ \
| * | | Use log_fn_ratelim in a few places.Nick Mathewson2012-12-26
* | | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | Update the copyright date to 201.Nick Mathewson2013-01-16
|/ / /
* | | Move address map into its own file.Nick Mathewson2012-11-14
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ | |/ / |/| / | |/
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Remove tor_malloc_roundup().Nick Mathewson2012-08-13
|/
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* MSVC build issue: we use INLINE as the one that will magically workNick Mathewson2012-05-14
* Add a check_no_tls_errors() to read_to_buf_tlsArturo Filastò2012-04-24
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-15
|\
| * Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-15
| |\
| | * Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson2011-12-15
* | | Fix a bunch of whitespace errorsNick Mathewson2011-10-11
* | | Cell types and states for new OR handshakeNick Mathewson2011-10-10