aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
...
* hex_encode is obsoleted by base16_encode, and never actually worked in the fi...•••svn:r2175 Nick Mathewson2004-08-07
* Add functions to format and parse RFC1123-style times, for HTTP protocol.•••svn:r2129 Nick Mathewson2004-08-04
* It is possible to have struct timeval but not gettimeofday.•••svn:r2125 Nick Mathewson2004-08-03
* When faking gettimeofday with ftime, do it right.•••svn:r2068 Nick Mathewson2004-07-20
* Add generic expand_filename function to handle expanding ~/•••svn:r2047 Nick Mathewson2004-07-15
* add is_local_IP() function to help distinguish which bandwidth "matters"•••svn:r2040 Roger Dingledine2004-07-13
* Always use get_data_directory() instead of options.DataDirectory; fix a memor...•••svn:r1991 Nick Mathewson2004-06-30
* Make tor build on win32 again; handle locking for server•••svn:r1948 Nick Mathewson2004-06-05
* Resolve some XXXs•••svn:r1889 Nick Mathewson2004-05-18
* doxygen markup for common/*.h•••svn:r1840 Roger Dingledine2004-05-10
* Add doxygen markup for util and buffers•••svn:r1820 Nick Mathewson2004-05-07
* tor_assert(), not assert()•••svn:r1777 Nick Mathewson2004-05-02
* Working strerror for windows socket errors, plus some snide comments.•••svn:r1775 Nick Mathewson2004-05-02
* Handle windows socket errors correctly; comment most of common.•••svn:r1756 Nick Mathewson2004-05-01
* some cosmetic fixes•••svn:r1747 Roger Dingledine2004-04-29
* Oops -- the Windows function is closesocket, not socketclose•••svn:r1746 Nick Mathewson2004-04-28
* Use socketclose on windows as appropriate; end pid files with newline•••svn:r1745 Nick Mathewson2004-04-28
* Remove IVs from cipher code, since AES-ctr has none.•••svn:r1742 Nick Mathewson2004-04-28
* nick, is this what you meant?•••svn:r1740 Roger Dingledine2004-04-28
* Make Tor build on win32 with VC6 without warnings.•••svn:r1739 Nick Mathewson2004-04-28
* Workarounds for a couple of pieces of windows strangeness.•••svn:r1734 Nick Mathewson2004-04-28
* Add a tor_assert macro that logs failed assertions.•••svn:r1695 Nick Mathewson2004-04-25
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need•••to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533 Nick Mathewson2004-04-07
* Put ourself in router list; act accordingly.•••svn:r1521 Nick Mathewson2004-04-07
* router_choose_random_node wants a smartlist of routers, not of nicknames.•••svn:r1510 Nick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possible•••svn:r1504 Nick Mathewson2004-04-06
* Remove the last tab in non-contributed code•••svn:r1503 Nick Mathewson2004-04-06
* Make it build on linux•••svn:r1468 Nick Mathewson2004-04-03
* Make "common" no longer depend on or.h•••svn:r1466 Nick Mathewson2004-04-03
* Handle rendezvous relay cells•••svn:r1464 Nick Mathewson2004-04-03
* Hide smartlist internals•••svn:r1451 Nick Mathewson2004-04-03
* refactor; start adding debugging logs to midpoint rend stuff•••svn:r1445 Nick Mathewson2004-04-02
* Implement rennd_services_init•••svn:r1443 Nick Mathewson2004-04-02
* Parse and generate service descriptors•••svn:r1403 Nick Mathewson2004-03-31
* Make smartlist Do What Arma Expects.•••svn:r1401 Nick Mathewson2004-03-30
* Remove maximum-size field from smartlists•••svn:r1397 Nick Mathewson2004-03-30
* Make smartlists start small and grow as needed.•••svn:r1394 Nick Mathewson2004-03-30
* Add an autoconf test for whether unaligned int access is permitted.•••It works on macos, and works correctly when I twiddle the test code to generate a spurious segfault. Will it work anywhere else? svn:r1329 Nick Mathewson2004-03-21
* Add macros and functions to wrap memcpy/alignment logic.•••svn:r1326 Nick Mathewson2004-03-21
* Add initial history-tracking backend code for reputation module. Not called o...•••svn:r1310 Nick Mathewson2004-03-20
* Add some wrappers around SPLAY_* for the common map-from-string-to-X case.•••It will probably be less blindingly fast than using SPLAY_* directly, but only slightly so. svn:r1306 Nick Mathewson2004-03-19
* Include strlcpy and strlcat where not available, so our string ops can be les...•••svn:r1289 Nick Mathewson2004-03-17
* teach us to recognize internal IPs•••svn:r1271 Roger Dingledine2004-03-14
* Make all the other read/writes into recv/sends, except when they shouldn't be.•••svn:r1260 Nick Mathewson2004-03-11
* Make tor build on windows again. More work still needed•••svn:r1247 Nick Mathewson2004-03-09
* bugfix: stop trying to write to a stderr that may not be there•••also, tell start_daemon our desired cwd svn:r1170 Roger Dingledine2004-02-28
* Integrate new daemon code, adapted from submission by christian grothoff•••svn:r969 Nick Mathewson2004-01-03
* clean tabs, trailing whitespace•••svn:r952 Roger Dingledine2003-12-17
* make it compile•••svn:r923 Roger Dingledine2003-12-14
* extend smartlist with _remove() and _subtract()•••svn:r922 Roger Dingledine2003-12-14