index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
buffers.c
Age
Commit message (
Expand
)
Author
2016-12-20
Add a one-word sentinel value of 0x0 at the end of each buf_t chunk
Nick Mathewson
2015-03-09
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson
2015-03-09
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2015-03-03
Make the assert related to 15083 a tiny bit more tolerant
Nick Mathewson
2015-03-03
Do not leave empty, invalid chunks in buffers during buf_pullup
Nick Mathewson
2014-05-08
Move structures into (private) part of buffers.h so we can inspect them while...
Nick Mathewson
2014-04-29
Make --disable-buf-freelists build and pass unit tests
Andrea Shepard
2014-04-18
scan-build: check impossible null-pointer case in buffers.c
Nick Mathewson
2014-03-05
Fix whitespace errors, all of them mine.
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-02-26
Monotonize the OOM-killer data timers
Nick Mathewson
2014-02-12
Start writing tests for 10169.
Nick Mathewson
2014-02-12
Debugging code inbuffers.c for debugging chunk allocation.
Nick Mathewson
2014-02-12
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-02-12
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-02-12
Actually release buffer freelists when handling OOM conditions.
Nick Mathewson
2014-02-12
Fix bugs in bug10169 bugfix memory tracking
Nick Mathewson
2014-01-03
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2013-11-20
Count freed buffer bytes from buffers when oom-killing circuits.
Nick Mathewson
2013-11-15
Have the OOM handler also count the age the data in a stream buffer
Nick Mathewson
2013-07-18
Move Extended ORPort code to its own module.
George Kadianakis
2013-07-18
Document code and change the Extended ORPort command numbers.
George Kadianakis
2013-07-18
Skeleton ExtORPort implementation. Needs testing, documentation.
Nick Mathewson
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-05-15
Fix socks5 handshake for username/password auth
Roger Dingledine
2013-05-09
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-05-09
Don't run off the end of the array-of-freelists
Nick Mathewson
2013-04-11
Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4
Nick Mathewson
2013-03-20
Per-SOCKSPort configuration for bug 8117 fix.
Nick Mathewson
2013-03-20
Prefer SOCKS_USER_PASS over SOCKS_NO_AUTH
Nick Mathewson
2013-02-15
Fix a bug that roger found in the wide_circ_id code
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-09
Replace magic constants for wide_circ_ids with inline function calls
Nick Mathewson
2013-02-07
Merge remote-tracking branch 'public/easy_ratelim'
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-26
Use log_fn_ratelim in a few places.
Nick Mathewson
2012-11-14
Move address map into its own file.
Nick Mathewson
2012-11-08
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-11-08
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
2012-11-06
Allow a v4 link protocol for 4-byte circuit IDs.
Nick Mathewson
2012-08-13
Remove tor_malloc_roundup().
Nick Mathewson
2012-06-15
Triage the XXX023 and XXX022 comments: postpone many.
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-05-14
MSVC build issue: we use INLINE as the one that will magically work
Nick Mathewson
2012-04-24
Add a check_no_tls_errors() to read_to_buf_tls
Arturo Filastò
2012-01-31
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Nick Mathewson
2012-01-17
Use SOCKET_OK macros in even more places
Nick Mathewson
[next]