Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Some optimizations | René 'Necoro' Neumann | 2009-08-15 | 2 | -10/+12 | |
* | | Merge in own message queue module | René 'Necoro' Neumann | 2009-08-15 | 4 | -52/+260 | |
|\ \ | ||||||
| * | | documentation | René 'Necoro' Neumann | 2009-08-15 | 1 | -3/+32 | |
| * | | Correctly handle exceptions | René 'Necoro' Neumann | 2009-08-15 | 2 | -5/+13 | |
| * | | Renamed 'mq' to 'ipc' | René 'Necoro' Neumann | 2009-08-15 | 4 | -20/+20 | |
| * | | Finish mq module | René 'Necoro' Neumann | 2009-08-15 | 2 | -7/+8 | |
| * | | Moved all the include stuff to the pxd | René 'Necoro' Neumann | 2009-08-15 | 2 | -39/+62 | |
| * | | First try of own mq-module | René 'Necoro' Neumann | 2009-08-15 | 3 | -13/+185 | |
| * | | Use message queue instead of SHM | René 'Necoro' Neumann | 2009-08-15 | 2 | -51/+26 | |
* | | | Unified strings | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+2 | |
* | | | Removed obscur whatever | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+0 | |
|/ / | ||||||
* | | Honor missing eix module | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+7 | |
* | | Merged in eix-branch | René 'Necoro' Neumann | 2009-08-14 | 9 | -8/+952 | |
|\ \ | ||||||
| * | | Rewrote eix-parser in Cython --> WAAAAAAAAAY faster | René 'Necoro' Neumann | 2009-08-14 | 4 | -4/+323 | |
| * | | Use sets instead of lists --> faster results | René 'Necoro' Neumann | 2009-08-14 | 2 | -2/+2 | |
| * | | Add eixsql as db-choice | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+9 | |
| * | | Fix the EixSQLDatabase and EixReader | René 'Necoro' Neumann | 2009-08-14 | 3 | -9/+12 | |
| * | | Write eix-sql database backend | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+62 | |
| * | | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+0 | |
| * | | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+9 | |
| * | | Add documentation | René 'Necoro' Neumann | 2009-08-14 | 3 | -5/+300 | |
| * | | Finish EixReader | René 'Necoro' Neumann | 2009-08-14 | 1 | -8/+8 | |
| * | | Fix overlay class | René 'Necoro' Neumann | 2009-08-14 | 1 | -2/+2 | |
| * | | Make overlay a class too | René 'Necoro' Neumann | 2009-08-14 | 1 | -7/+7 | |
| * | | Add __slots__ | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+7 | |
| * | | Add package and category objects | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+29 | |
| * | | Add function to add _ to namespace | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+5 | |
| * | | Make LazyElement use __slots__ - to decrease memory consumption | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+1 | |
| * | | Allow to pass the number of elements in a vector | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+8 | |
| * | | Add 'skip' parameter to header ... this is ignored though | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+1 | |
| * | | Add header-object | René 'Necoro' Neumann | 2009-08-14 | 2 | -10/+41 | |
| * | | Add LazyElement | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+23 | |
| * | | Rename DictDatabase to HashDatabase | René 'Necoro' Neumann | 2009-08-14 | 2 | -5/+5 | |
| * | | Moved eix stuff to its own module. Also make all the parsing stuff being func... | René 'Necoro' Neumann | 2009-07-27 | 4 | -146/+155 | |
| * | | Implemented vectors and so | René 'Necoro' Neumann | 2009-07-27 | 1 | -2/+35 | |
| * | | Moved from Cython to normal Python | René 'Necoro' Neumann | 2009-07-27 | 5 | -134/+113 | |
| * | | Implement reading a number in the EixReader | René 'Necoro' Neumann | 2009-07-26 | 1 | -14/+102 | |
| * | | Get rid of the self-implemented file-stuff. Use the normal python-API instead | René 'Necoro' Neumann | 2009-07-26 | 2 | -87/+0 | |
| * | | First eix stuff | René 'Necoro' Neumann | 2009-07-24 | 4 | -0/+133 | |
* | | | EFAP | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+3 | |
* | | | Make epydoc happy | René 'Necoro' Neumann | 2009-08-13 | 2 | -5/+5 | |
* | | | Make 'helper' available for the plugins | René 'Necoro' Neumann | 2009-08-13 | 1 | -0/+2 | |
* | | | Make plugins more exception aware and exception safe | René 'Necoro' Neumann | 2009-08-13 | 1 | -7/+26 | |
| |/ |/| | ||||||
* | | Sync portage and the DB after emerge sync | René 'Necoro' Neumann | 2009-08-11 | 1 | -0/+9 | |
* | | Do not show masking label, if the package is not in system anymore | René 'Necoro' Neumann | 2009-08-11 | 1 | -2/+2 | |
* | | Fix handling of slots in /etc/portage/* | René 'Necoro' Neumann | 2009-08-11 | 2 | -2/+4 | |
* | | Add credits for translation | René 'Necoro' Neumann | 2009-08-10 | 1 | -0/+1 | |
* | | Newer portage versions only return a relative config path. | René 'Necoro' Neumann | 2009-08-10 | 1 | -0/+8 | |
* | | Nicer indention :P | René 'Necoro' Neumann | 2009-07-28 | 1 | -4/+4 | |
* | | Do not create the useless description db | René 'Necoro' Neumann | 2009-07-28 | 1 | -10/+1 | |
|/ |