Nick Mathewson
|
e58b9c1151
|
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
Implement a smartlist_uniq() that will with luck not end the world.
svn:r8396
|
2006-09-15 04:27:58 +00:00 |
|
Nick Mathewson
|
42a5d7a4ba
|
r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700
fix wide lines
svn:r7025
|
2006-08-11 07:17:16 +00:00 |
|
Nick Mathewson
|
09a895e222
|
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation.
svn:r7020
|
2006-08-11 07:09:17 +00:00 |
|
Nick Mathewson
|
d934607069
|
r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400
Add assert_ok functions for strmap and digestmap; use them in unit test code.
svn:r6958
|
2006-07-31 18:01:27 +00:00 |
|
Nick Mathewson
|
2fe537c57a
|
r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400
Looks like we might need a priority queue.
svn:r6953
|
2006-07-31 17:59:37 +00:00 |
|
Nick Mathewson
|
e2697a62ac
|
When requesting or serving resources via fingerprint/digest, request and respond in-order, removing duplicates.
svn:r6673
|
2006-06-21 04:57:12 +00:00 |
|
Nick Mathewson
|
78428dccdb
|
Add smartlist_reverse and smartlist_pop_last.
svn:r6634
|
2006-06-18 07:21:35 +00:00 |
|
Roger Dingledine
|
5f051574d5
|
Happy new year!
svn:r5949
|
2006-02-09 05:46:49 +00:00 |
|
Nick Mathewson
|
1af630d32c
|
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
svn:r5582
|
2005-12-14 20:40:40 +00:00 |
|
Nick Mathewson
|
ce3cdecb9d
|
Make more arguments const; do not call hash tables trees.
svn:r5487
|
2005-12-03 02:00:51 +00:00 |
|
Nick Mathewson
|
9cec3a13f5
|
remove some functions that are not used; #if0 out some files that are not likely to be used.
svn:r5471
|
2005-11-30 06:27:59 +00:00 |
|
Nick Mathewson
|
05482a0899
|
Add functions to return number of elts in associative containers
svn:r5448
|
2005-11-23 07:48:13 +00:00 |
|
Nick Mathewson
|
a39269572f
|
Replace balanced trees with hash tables: this should make stuff significantly faster.
svn:r5441
|
2005-11-23 04:18:45 +00:00 |
|
Roger Dingledine
|
a2a4f4ae61
|
cleanups and a smidgen more docs
svn:r5335
|
2005-11-01 03:47:55 +00:00 |
|
Nick Mathewson
|
5828f8920e
|
Add a "Map from digest to void*" abstraction, since we already faked it in 3 places by encoding keys in hex and sticking them in a strmap.
svn:r5278
|
2005-10-18 20:11:39 +00:00 |
|
Nick Mathewson
|
0349598928
|
stupid gcc. stupid nickm.
svn:r5277
|
2005-10-18 17:52:45 +00:00 |
|
Nick Mathewson
|
95514b32a5
|
Make smartlist_foreach always use the fast versions.
svn:r5275
|
2005-10-18 17:38:07 +00:00 |
|
Nick Mathewson
|
cf73ff195b
|
Actually, use #defines for common case. Nothing to see here.
svn:r5266
|
2005-10-18 05:03:44 +00:00 |
|
Nick Mathewson
|
768160c872
|
Inline key smartlist functions; use fast versions by default.
svn:r5265
|
2005-10-18 04:51:07 +00:00 |
|
Nick Mathewson
|
2689cb081b
|
We have so many special cases for smartlists of strings, why not add a sort function?
svn:r5014
|
2005-09-12 08:27:01 +00:00 |
|
Nick Mathewson
|
24bfac635d
|
Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx variable.
svn:r5000
|
2005-09-11 23:14:14 +00:00 |
|
Nick Mathewson
|
035b1953eb
|
Add sorting/searching to smartlist
svn:r4977
|
2005-09-09 23:12:54 +00:00 |
|
Nick Mathewson
|
18c11eb3bc
|
Be consistent about preferring foo* to struct foo*
svn:r4637
|
2005-07-22 21:12:10 +00:00 |
|
Nick Mathewson
|
0831823763
|
Change end-of-file NLNL convention. It turns out arma I and I agree.
svn:r4382
|
2005-06-09 19:03:31 +00:00 |
|
Nick Mathewson
|
ff545c3103
|
Add useful smartlist_string_remove function.
svn:r3996
|
2005-04-03 05:52:32 +00:00 |
|
Nick Mathewson
|
0e81265359
|
update copyright notices.
svn:r3982
|
2005-04-01 20:15:56 +00:00 |
|
Roger Dingledine
|
51f47d746e
|
clean up smartlist_string_isin so callers don't have to manage bufs
themselves
svn:r3338
|
2005-01-12 04:53:53 +00:00 |
|
Nick Mathewson
|
7fbd297532
|
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
svn:r3019
|
2004-11-29 22:25:31 +00:00 |
|
Roger Dingledine
|
22727b4edc
|
wrong is ok, and right is fine, but in between is apparently
totally unacceptable to me.
svn:r3005
|
2004-11-28 11:39:53 +00:00 |
|
Nick Mathewson
|
6f5dbefa7e
|
Normalize space: add one between every control keyword and control clause.
svn:r3003
|
2004-11-28 09:05:49 +00:00 |
|
Roger Dingledine
|
7c9a707900
|
remove emacs droppings, since nick says he doesn't need them anymore
svn:r2989
|
2004-11-26 04:00:55 +00:00 |
|
Nick Mathewson
|
a8f9ba91db
|
Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them.
svn:r2823
|
2004-11-12 21:14:06 +00:00 |
|
Nick Mathewson
|
238a895e69
|
Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_len, which are two major profiling offenders.
svn:r2822
|
2004-11-12 20:41:52 +00:00 |
|
Nick Mathewson
|
11de62aa60
|
Add a slightly trickier string-join interface for making NUL-terminated string messages
svn:r2659
|
2004-11-03 18:28:00 +00:00 |
|
Roger Dingledine
|
85c79ffbc7
|
canonicalize "src" and "dest" arg order in crypto.c (and others)
svn:r2644
|
2004-11-02 02:28:51 +00:00 |
|
Nick Mathewson
|
ce79bab7f1
|
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability).
svn:r2640
|
2004-11-01 20:41:47 +00:00 |
|