| Commit message (Expand) | Author | Age |
* | Add helpful hybrid encryption functions•••svn:r1423
| Nick Mathewson | 2004-04-01 |
* | make changes that ben laurie suggested•••(ben, was this what you had in mind?)
svn:r1415
| Roger Dingledine | 2004-03-31 |
* | Implement hidserv_XX functions; there is still an XXX in directory_handle_com...•••svn:r1404
| Nick Mathewson | 2004-03-31 |
* | Parse and generate service descriptors•••svn:r1403
| Nick Mathewson | 2004-03-31 |
* | Make smartlist Do What Arma Expects.•••svn:r1401
| Nick Mathewson | 2004-03-30 |
* | Resolve type-punning warnings•••svn:r1399
| Nick Mathewson | 2004-03-30 |
* | Jump through a hoop, suppress a warning•••svn:r1398
| Nick Mathewson | 2004-03-30 |
* | Remove maximum-size field from smartlists•••svn:r1397
| Nick Mathewson | 2004-03-30 |
* | Add more key manipulation functions, and base32 functions, to crypto•••svn:r1395
| Nick Mathewson | 2004-03-30 |
* | Make smartlists start small and grow as needed.•••svn:r1394
| Nick Mathewson | 2004-03-30 |
* | add in a 'notice' log level•••svn:r1383
| Roger Dingledine | 2004-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 Mathewson | 2004-03-21 |
* | Add macros and functions to wrap memcpy/alignment logic.•••svn:r1326
| Nick Mathewson | 2004-03-21 |
* | make uname() more likely to work on solaris•••(linux says 0 is success, solaris says 1 is success)
svn:r1322
| Roger Dingledine | 2004-03-20 |
* | Add initial history-tracking backend code for reputation module. Not called o...•••svn:r1310
| Nick Mathewson | 2004-03-20 |
* | Use strmap code for client DNS.•••svn:r1309
| Nick Mathewson | 2004-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 Mathewson | 2004-03-19 |
* | getpid returns a pid_t. we all know that's an int. but solaris doesn't know.•••svn:r1305
| Roger Dingledine | 2004-03-19 |
* | isspace and friends take an int. solaris cares.•••svn:r1303
| Roger Dingledine | 2004-03-19 |
* | ship strlcat and strlcpy with the tarball, but don't compile them•••svn:r1297
| Roger Dingledine | 2004-03-19 |
* | define INADDR_NONE so we compile on solaris•••svn:r1295
| Roger Dingledine | 2004-03-18 |
* | Include strlcpy and strlcat where not available, so our string ops can be les...•••svn:r1289
| Nick Mathewson | 2004-03-17 |
* | fix a byte order bug•••svn:r1277
| Roger Dingledine | 2004-03-15 |
* | teach us to recognize internal IPs•••svn:r1271
| Roger Dingledine | 2004-03-14 |
* | crash when our logs go bad•••nick, can you think of a better response here?
svn:r1268
| Roger Dingledine | 2004-03-14 |
* | more pesky tabs•••svn:r1265
| Roger Dingledine | 2004-03-12 |
* | Make all the other read/writes into recv/sends, except when they shouldn't be.•••svn:r1260
| Nick Mathewson | 2004-03-11 |
* | Make OP work on windows! (Also misc logging tweaks)•••svn:r1258
| Nick Mathewson | 2004-03-11 |
* | Get entropy in windows.•••svn:r1257
| Nick Mathewson | 2004-03-11 |
* | Some stuff *should* be signed•••svn:r1251
| Nick Mathewson | 2004-03-10 |
* | Fix DOS line endings; autoconfize checks for strptime and inet_aton•••svn:r1248
| Nick Mathewson | 2004-03-09 |
* | Make tor build on windows again. More work still needed•••svn:r1247
| Nick Mathewson | 2004-03-09 |
* | clarifying comment for crypto_pk_get_fingerprint•••svn:r1243
| Roger Dingledine | 2004-03-08 |
* | make parse_line_from_file fail rather than warn for malformed lines•••svn:r1193
| Roger Dingledine | 2004-03-02 |
* | make 'make test' exit(1) if a test fails.•••svn:r1190
| Nick Mathewson | 2004-03-01 |
* | bugfix: stop trying to write to a stderr that may not be there•••also, tell start_daemon our desired cwd
svn:r1170
| Roger Dingledine | 2004-02-28 |
* | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...•••svn:r1114
| Nick Mathewson | 2004-02-20 |
* | patch from vicman to publish less platform information•••svn:r1111
| Roger Dingledine | 2004-02-18 |
* | we define some big constant arrays but don't use them•••svn:r1102
| Roger Dingledine | 2004-02-18 |
* | fix typo•••svn:r1007
| Roger Dingledine | 2004-01-20 |
* | Note discrepency between N bytes transmitted over TLS and actual bandwidth us...•••svn:r986
| Nick Mathewson | 2004-01-13 |
* | Integrate new daemon code, adapted from submission by christian grothoff•••svn:r969
| Nick Mathewson | 2004-01-03 |
* | add crypto_cipher_rewind to reverse crypto_cipher_advance•••svn:r957
| Roger Dingledine | 2003-12-23 |
* | clean tabs, trailing whitespace•••svn:r952
| Roger Dingledine | 2003-12-17 |
* | document an openssl gotcha•••svn:r947
| Roger Dingledine | 2003-12-17 |
* | change crypto_digest_new_env to crypto_new_digest_env•••(and same with _free_)
to match our conventions
i think our conventions may be getting too ad hoc
svn:r940
| Roger Dingledine | 2003-12-16 |
* | rename digest_copy to digest_dup, make it return, make gcc happier•••svn:r939
| Roger Dingledine | 2003-12-16 |
* | Add more fine-grained SHA1 functionality.•••svn:r937
| Nick Mathewson | 2003-12-16 |
* | Make compile warning-free on cygwin•••svn:r936
| Nick Mathewson | 2003-12-15 |
* | make --debuglogfile (or any second log file) work•••svn:r935
| Roger Dingledine | 2003-12-14 |