summaryrefslogtreecommitdiff
path: root/src/bencode.c
Commit message (Collapse)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* issue 210 (I hope). check for an empty (NULL) bencode dict. update AUTHORS ↵Gravatar Alan Fitton2012-08-08
| | | | with new translations
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* fix the performance problems with the torrent add dialog on torrents with ↵Gravatar Alan Fitton2012-01-08
| | | | many files/dirs. the parent size updates just walks up parents rather than a full foreach, and the inserts try to use the previous update to speed up finding/creating the directories. I'll probably do something similar to the main files treeview.
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* issue 129, issue 130Gravatar Alan Fitton2011-09-26
|
* use g_free in bencode.c for memory profilingGravatar Alan Fitton2011-09-18
|
* changes to make memory profiling easierGravatar Alan Fitton2011-09-18
|
* for new free space indicator, update session every 10th update. change min ↵Gravatar Alan Fitton2011-09-06
| | | | value in numgtzero cell renderer from 0 to INT64_MIN to avoid warnings, as the renderer tests for this itself. hopefully fix issue issue 79.
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.