]> git.ipfire.org Git - people/ms/libloc.git/history - src
python: Implement adding an AS to the writer
[people/ms/libloc.git] / src /
2017-12-29  Michael Tremerpython: Implement adding an AS to the writer
2017-12-29  Michael Tremerpython: Add write method to Writer
2017-12-29  Michael Tremerpython: Add Writer class
2017-12-29  Michael Tremerwriter: Correctly increase offset when writing ASes
2017-12-29  Michael Tremerpython: Impement setting the name of an AS
2017-12-29  Michael Tremerpython: Implement comparison of ASes
2017-12-29  Michael Tremerpython: Show better repr for AS classes
2017-12-29  Michael Tremeras: Return NULL if name is not set
2017-12-29  Michael Tremerpython: Remove reference to context from database
2017-12-29  Michael Tremerpython: Remove local stringpool and ctx from AS class
2017-12-29  Michael Tremerpython: Access ASes from database
2017-12-29  Michael Tremerpython: Only use global loc context
2017-12-29  Michael Tremerpython: Create a global loc_ctx* context
2017-12-29  Michael Tremerpython: Add AS class
2017-12-29  Michael Tremerpython: Expose database creation time
2017-12-29  Michael Tremerpython: Expose database description and vendor
2017-12-29  Michael Tremerheaders: Don't make private structures public
2017-12-29  Michael TremerMove all header files into src/loc and install them
2017-12-29  Michael Tremerpython: Add Database class
2017-12-28  Michael TremerStart a Python module
2017-12-28  Michael TremerWrite networks to the database
2017-12-28  Michael TremerAllow creating networks in memory
2017-12-12  Michael TremerDo not copy the file pointer when opening a database
2017-12-12  Michael TremerUse be*toh and htobe* to convert to big-endian
2017-12-12  Michael TremerLog how long it takes to open the database
2017-12-12  Michael Tremerdatabase: Log how long it took to retrieve an AS
2017-12-12  Michael Tremerstringpool: Make them initializable right from the...
2017-12-12  Michael Tremertest: We do not guarantee that string pointers never...
2017-12-12  Michael TremerSplit database into a writer and reader
2017-12-12  Michael Tremerdatabase: Move string pool to the end of the file again
2017-12-12  Michael Tremerdatabase: Save time when the database was created
2017-12-12  Michael Tremerdatabase: Add function to align to page boundaries
2017-12-12  Michael Tremerdatabase: Cleanup writing AS section
2017-12-12  Michael Tremerdatabase: Cleanup writing pool
2017-12-12  Michael Tremerstringpool: Use mmap to make reading the pool more...
2017-12-12  Michael Tremerdatabase: Copy the file pointer so we can keep the...
2017-12-12  Michael TremerMove all database format definition into format.h
2017-12-12  Michael TremerIntroduce object to store an AS
2017-12-08  Michael TremerDraft initial database format
2017-12-07  Michael TremerAdd deduplicated and memory-efficient string pool
2017-12-05  Michael TremerInitial commit