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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.h
Age
Commit message (
Expand
)
Author
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Convert connection_free to a nulling macro.
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-11-14
Remove remove_file_if_very_old() -- nothing calls it.
Nick Mathewson
2017-11-02
Merge branch 'buf_for_stringbuffer_squashed'
Nick Mathewson
2017-11-02
Refactor connection_write_to_buf_impl_(); add one that takes a buf_t
Nick Mathewson
2017-10-18
Expose connection_init_accepted_conn.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-08
Merge remote-tracking branch 'dgoulet/ticket23355_032_01'
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-08-30
prop224: Purge client state on NEWNYM
David Goulet
2017-08-24
conn: Add a function to return a list of connection by state
David Goulet
2017-04-18
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
Alexander Færøy
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-08-20
Add connection_is_moribund() inline
Andrea Shepard
2016-08-20
s/connection_handle_oos/connection_check_oos/g per code review
Andrea Shepard
2016-08-20
Unit test for kill_conn_list_for_oos()
Andrea Shepard
2016-08-20
Unit test for connection_handle_oos()
Andrea Shepard
2016-08-20
Stub out connection_handle_oos() and call it from places we can change the so...
Andrea Shepard
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
Nick Mathewson
2016-08-02
Search for remaining references to 'bufferevent'.
Nick Mathewson
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-05-09
remove some more unused code
Roger Dingledine
2016-02-27
Update the copyright year.
Nick Mathewson
2016-01-29
Choose directory servers by IPv4/IPv6 preferences
teor (Tim Wilson-Brown)
2015-12-15
Fix a few compilation warnings and errors
Nick Mathewson
2015-12-15
Merge remote-tracking branch 'teor/feature4483-v10-squashed'
Nick Mathewson
2015-12-16
Prop210: Refactor connection_get_* to produce lists and counts
teor (Tim Wilson-Brown)
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-12-10
Refactor clock skew warning code to avoid duplication
Arlo Breault
2015-08-23
Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().
rl1987
2015-01-29
Restrict unix: addresses to control and socks for now
Nick Mathewson
2015-01-28
Support connection_exit_connect() to AF_UNIX sockets
Andrea Shepard
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-30
Silence spurious clang warnings
teor
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-03-10
Throw control port warning if we failed to connect to all our bridges.
George Kadianakis
2014-02-15
Remove a bunch of functions that were never called.
Nick Mathewson
2013-10-28
Merge branch 'morestats4' into morestats5
Karsten Loesing
2013-09-12
Pass around const struct timeval * instead of struct timeval.
Karsten Loesing
2013-08-15
Tests for connection_write_ext_or_command.
Nick Mathewson
2013-08-15
Unit tests for ext_or_id_map.
Nick Mathewson
2013-07-18
Skeleton ExtORPort implementation. Needs testing, documentation.
Nick Mathewson
2013-05-31
Test functions used for TB_EMPTY and CELL_STATS events.
Karsten Loesing
2013-02-09
Validate SOCKS arguments.
George Kadianakis
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-11-10
Check for orconns in connection_mark_for_close and connection_mark_and_flush,...
Andrea Shepard
[next]