Age | Commit message (Expand) | Author |
2018-04-22 | Ensured all tasks are completed before exiting batch mode. | Cyrille Bagard |
2018-04-22 | Installed the core headers in the right place for plugins. | Cyrille Bagard |
2018-04-21 | Improved the way file formats are detected and loaded. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2018-04-02 | Removed lots of uninitialized uses, mostly in NDEBUG mode. | Cyrille Bagard |
2018-02-04 | Cleaned code. | Cyrille Bagard |
2018-01-24 | Typo. | Cyrille Bagard |
2017-12-29 | Fixed compilation warnings by replacing GTK deprecated functions in display p... | Cyrille Bagard |
2017-12-26 | Created the GLoadedContent interface to load all kinds of content. | Cyrille Bagard |
2017-12-26 | Handled swapping closures when signaling to the main thread. | Cyrille Bagard |
2017-11-12 | Defined a new interface for displaying loaded contents. | Cyrille Bagard |
2017-08-22 | Reorganized the global variables for the work queue singleton. | Cyrille Bagard |
2017-08-16 | Ensured all registered binary portions are fully included in the file. | Cyrille Bagard |
2017-08-15 | Found a location for disassembly prologues in all cases. | Cyrille Bagard |
2017-08-13 | Fixed a GLib warning at runtime. | Cyrille Bagard |
2017-07-27 | Fixed several mistakes in the Python bindings. | Cyrille Bagard |
2017-07-15 | Truncated binary portions to fit the binary content size if needed. | Cyrille Bagard |
2017-07-12 | Taken into account that raw immediate values can be used more than once. | Cyrille Bagard |
2017-07-07 | Fixed an out-of-bound write when defining portion descriptions. | Cyrille Bagard |
2017-05-23 | Fixed memory leaks by destroying delayed works after processing. | Cyrille Bagard |
2017-05-10 | Removed the link to binary content used for printing from instructions. | Cyrille Bagard |
2017-04-09 | Provided a tree panel to inspect binary content. | Cyrille Bagard |
2017-03-31 | Handled many special cases of binary portion inclusion to get a clean tree. | Cyrille Bagard |
2017-03-29 | Handled areas which are not allocated in memory. | Cyrille Bagard |
2017-03-24 | Built routine digest for tooltip hints. | Cyrille Bagard |
2017-03-21 | Displayed the first line content of each entry point again. | Cyrille Bagard |
2017-03-02 | Removed dead code. | Cyrille Bagard |
2017-03-02 | Filled rendering lines with relative binary contents. | Cyrille Bagard |
2017-02-19 | Created client/server certificates on demand for a given identity. | Cyrille Bagard |
2017-01-22 | Kept the nominal order between ELF program and section headers if possible. | Cyrille Bagard |
2017-01-20 | Given valid addresses to prologue lines. | Cyrille Bagard |
2017-01-14 | Fixed a bug about pure comments containing code. | Cyrille Bagard |
2017-01-13 | Fortified the tree of binary portions. | Cyrille Bagard |
2017-01-03 | Unreferenced all relative segments when a line is deleted. | Cyrille Bagard |
2017-01-03 | Deleted lines from memory as expected. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-30 | Rewritten the line buffers using generators and on-demand building to save me... | Cyrille Bagard |
2016-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard |
2016-11-27 | Saved memory space by sharing arch GObjects. | Cyrille Bagard |
2016-11-09 | Loaded GTK CSS extensions from files in a given theme directory. | Cyrille Bagard |
2016-11-06 | Added margins between columns only after non-empty columns. | Cyrille Bagard |
2016-11-06 | Handled tabulations as small separation paddings. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-10-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard |
2016-10-23 | Memorized all creators of line content at the line level and saved memory. | Cyrille Bagard |
2016-10-22 | Made all segments share their content to save memory. | Cyrille Bagard |
2016-10-22 | Reduced the memory usage by cutting down the size of GBufferSegment. | Cyrille Bagard |
2016-10-21 | Fixed bugs as realloc() may change base addresses and does not initialize new... | Cyrille Bagard |
2016-10-09 | Defined a new and simpler way to produce graphical view of basic blocks. | Cyrille Bagard |
2016-05-20 | Refreshed the widths summary of lines groups only when necessary. | Cyrille Bagard |