index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
Merge branch 'bug8978_rebase_2'
Nick Mathewson
2013-07-18
|
\
\
\
\
\
|
*
|
|
|
|
Add a basic unit test for pt_get_extra_info_descriptor_string.
Nick Mathewson
2013-07-18
|
*
|
|
|
|
Add a unit test for smethod lines with arguments.
Nick Mathewson
2013-07-18
|
*
|
|
|
|
Write transport ARGS to extra-info descriptor.
George Kadianakis
2013-07-18
|
*
|
|
|
|
Extract ARGS from SMETHOD line and attach them to transport.
George Kadianakis
2013-07-18
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'bug8929_rebase_2'
Nick Mathewson
2013-07-18
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Improve test coverage of 8929 code
Nick Mathewson
2013-07-18
|
*
|
|
|
Fix memory leaks in test_config_parse_transport_options_line
Nick Mathewson
2013-07-18
|
*
|
|
|
Document what "escape" means in tor_escape_str_for_pt_args
Nick Mathewson
2013-07-18
|
*
|
|
|
Insert the environment variable only if we have options to pass.
George Kadianakis
2013-07-18
|
*
|
|
|
Place the options in the environment after processing them properly.
George Kadianakis
2013-07-18
|
*
|
|
|
Rename tor_escape_str_for_socks_arg() to something more generic.
George Kadianakis
2013-07-18
|
*
|
|
|
Pass characters to be escaped to tor_escape_str_for_socks_arg().
George Kadianakis
2013-07-18
|
*
|
|
|
Write unit tests for the ServerTransportOptions parsing function.
George Kadianakis
2013-07-18
|
*
|
|
|
Write function that parses ServerTransportOptions torrc lines.
George Kadianakis
2013-07-18
*
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-07-16
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Re-do a cast in order to make old buggy freebsd gcc happy
Nick Mathewson
2013-07-16
*
|
|
|
|
Merge remote-tracking branch 'asn/bug9265'
Nick Mathewson
2013-07-16
|
\
\
\
\
\
|
*
|
|
|
|
Test deeper in test_pt_parsing().
George Kadianakis
2013-07-16
*
|
|
|
|
|
Remove an unused variable in test_replaycache_scrub
Nick Mathewson
2013-07-16
*
|
|
|
|
|
Add more replaycache.c unit tests, bringing coverage to 100% for that file
Andrea Shepard
2013-07-16
*
|
|
|
|
|
Eliminate an impossible case in replaycache_scrub_if_needed_internal()
Andrea Shepard
2013-07-16
*
|
|
|
|
|
Appease "make check-spaces"
Nick Mathewson
2013-07-15
*
|
|
|
|
|
Use format_hex_number_sigsafe to format syscalls in sandbox.c
Nick Mathewson
2013-07-15
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Lightly refactor and test format_hex_number_sigsafe
Nick Mathewson
2013-07-15
*
|
|
|
|
HEX_ERRNO_SIZE is no longer the correct upper limit for format_hex_number_sig...
Nick Mathewson
2013-07-15
*
|
|
|
|
Expose format_hex_number_..., and rename it to ..._sigsafe().
Nick Mathewson
2013-07-15
*
|
|
|
|
Don't build format_helper_exit_status on win32
Nick Mathewson
2013-07-15
*
|
|
|
|
Merge remote-tracking branch 'linus/unused_param'
Nick Mathewson
2013-07-15
|
\
\
\
\
\
|
*
|
|
|
|
Avoid compiler warning 'unused param'.
Linus Nordberg
2013-07-15
*
|
|
|
|
|
Merge remote-tracking branch 'public/fancy_test_tricks'
Nick Mathewson
2013-07-15
|
\
|
|
|
|
|
|
*
|
|
|
|
Add some basic unit tests for the circuit map data structure.
Nick Mathewson
2013-07-10
|
*
|
|
|
|
Add rudimentary test mocking support.
Nick Mathewson
2013-07-10
|
*
|
|
|
|
Coverage support: build with --enable-coverage to have tests run with gcov
Nick Mathewson
2013-07-10
|
*
|
|
|
|
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-07-10
|
*
|
|
|
|
Start work on fancy compiler tricks to expose extra stuff to our tests
Nick Mathewson
2013-07-10
|
|
/
/
/
/
*
|
|
|
|
Fix two pre-coffee typos
Peter Palfrader
2013-07-15
*
|
|
|
|
Reject relative control socket paths and emit a warning.
Peter Palfrader
2013-07-15
*
|
|
|
|
Document get_parent_directory more
Peter Palfrader
2013-07-15
*
|
|
|
|
cosmetic cleanups
Roger Dingledine
2013-07-14
*
|
|
|
|
put sandbox.h in the tarball, so the tarball builds
Roger Dingledine
2013-07-13
*
|
|
|
|
Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'
Nick Mathewson
2013-07-12
|
\
\
\
\
\
|
*
|
|
|
|
Add a basic seccomp2 syscall filter on Linux
Cristian Toader
2013-07-11
*
|
|
|
|
|
Remove a bogus semicolon spotted by Gisle Vanem
Nick Mathewson
2013-07-11
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-07-08
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'bug9200' into maint-0.2.4
Nick Mathewson
2013-07-08
|
|
\
\
\
\
|
|
*
|
|
|
Add a comment and a check for why flag indices will be <= 63
Nick Mathewson
2013-07-08
|
|
*
|
|
|
FIx undefined behavior in dirvote.c
Nick Mathewson
2013-07-03
*
|
|
|
|
|
Merge remote-tracking branch 'karsten/geoip-manual-update-jul2013'
Nick Mathewson
2013-07-08
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add 2 new manual A1 substitutions.
Karsten Loesing
2013-07-08
[prev]
[next]