index
:
opentracker
dynamic-accesslists
erdgeist-fix-tasklists
master
An open and free bittorrent tracker
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ot_vector.c
Age
Commit message (
Expand
)
Author
2009-08-26
Nicer formatting for value--
erdgeist
2009-08-26
binary search speedup was buggy.
erdgeist
2009-08-26
Optimize binary_search function
erdgeist
2009-01-15
Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default...
erdgeist
2009-01-15
Some premature optimization lead to always only 8bytes of ot_peers being copied
erdgeist
2009-01-13
V6
erdgeist
2009-01-01
minor white space
erdgeist
2008-12-08
Make all torrents in their buckets sorted again.
erdgeist
2008-12-06
Renamed OT_FLAG to OT_PEERFLAG to make code easier to read
erdgeist
2008-12-06
Forgot one define READ32
erdgeist
2008-12-05
Tidy up unnecessary includes
erdgeist
2008-12-05
Add specialized vector functions to handle peers in sorted lists
erdgeist
2008-11-28
The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version.
erdgeist
2008-11-03
Never let vectors shrink below their minimal capacity
erdgeist
2008-10-28
Whitespace fixes
erdgeist
2008-10-23
Add code to debug vector code performance.
erdgeist
2007-12-20
Introduce some kind of versioning
erdgeist
2007-12-03
Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes
erdgeist
2007-11-06
No one can get access to buckets now without locking them. Also split up the trackerlogic.c-monster in functional sub-units. HEADS UP: this code is untested ...
erdgeist