about summary refs log tree commit diff stats
path: root/ranger/fsobject
Commit message (Expand)AuthorAgeFilesLines
* Move loader.py from ranger.fsobject to ranger.corehut2010-0
# ideas 

- [] pokedex
- [x] database driven document store/wiki thing (see src/catalogure.lil)
- [] fixing sbcl/ecl/sly setup on my computer
- [] scripts to make writing blog posts easier
- [] game (with graphics)
- [] re-work some of the things from aplcart.info using lil or another language
- [] re-work my website to be easier to navigate and (way) more accessible
>1-3/+3 | |_|/ |/| | * | | fsobject: lazy calculation of infostringhut2010-04-162-25/+30 | |/ |/| * | fsobject: use a "?" if no infostring is availablehut2010-04-142-2/+4 * | fixed rarely occuring permission issuehut2010-04-141-4/+3 * | fsobject.fsobject: display more informationhut2010-04-141-5/+16 * | fsobject.fsobject: get the stat() of link destinationshut2010-04-141-1/+6 * | fsobject.fsobject: cleanuphut2010-04-141-19/+14 * | renamed fsobject.islink to fsobject.is_linkhut2010-04-141-5/+5 * | identify devices and handle them properlyhut2010-04-141-1/+4 * | Fixed handling of directories with GC'd subdirshut2010-04-121-2/+3 |/ * fsobject.loader: optimization (use enumerate rather than zip)hut2010-03-311-1/+1 * fsobject.directory: don't load unaccessible directories!hut2010-03-311-0/+4 * fsobject.directory: removed traces of old_*hut2010-03-311-28/+7 * clean uphut2010-03-311-1/+0 * fsobject.directory: don't load if it doesnt existhut2010-03-311-0/+1 * clean uphut2010-03-311-1/+0 * fsobject.file: read more than 4 bytes for is_binaryhut2010-03-311-9/+6 * removed debug stuffhut2010-03-301-2/+0 * fixed memory leakhut2010-03-302-21/+37 * schedule even small directories for more fluent scrollinghut2010-03-301-1/+1 * fsobject.directory: forgot to rename attributeshut2010-03-281-2/+2 * renamed three options, display a warning if the old ones are usedhut2010-03-281-15/+17 * fsobject.directory: little optimization in sortinghut2010-03-281-2/+2 * add case_insensitive setting for directory sort orderLucas de Vries2010-03-281-1/+13 * closed issue #71hut2010-03-281-0/+25 * fsobject: slight performance improvement.hut2010-03-171-5/+5 * use the builtin mimetype supporthut2010-03-171-4/+5 * slight correctionshut2010-03-151-4/+7 * use `file` for reliably identifying text fileshut2010-03-141-0/+11 * Renamed env.pwd to env.cwd ("Current Working Directory")hut2010-03-121-1/+1 * fsobject: fixed crash on files which exist but can't be statedhut2010-03-121-1/+1 * fixed __nonzero__ compatibility problemhut2010-02-281-0/+1 * Changed license to the GNU General Public Licensehut2010-02-285-55/+60 * shell_escape: renamed functionshut2010-02-241-2/+2 * finished #52, special characters in tab completionhut2010-02-241-0/+9 * actions: improved copying/movinghut2010-02-141-1/+1 * use is_(file|directory) rather than class checkhut2010-02-091-2/+1 * fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4 * commands: keep pointer on the file when renaminghut2010-02-051-1/+2