]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2018-01-07 Arun Prakash... Open with GUI app - Suppress stdout, stderr
2018-01-07 Arun Prakash... Simplify detail printing
2018-01-07 Arun Prakash... Change bookmark prompt and pin dir keys.
2018-01-06 Arun Prakash... Highest priority to desktop search, rename
2018-01-06 Arun Prakash... Enable extra shortcuts in navigate-as-you-type mode
2018-01-06 Arun Prakash... Swap weekday and month
2018-01-05 Arun Prakash... Use a date format string
2018-01-05 Arun Prakash... Rearrange date format in file details
2018-01-05 codeliveroilUse standard date formats. (#74)
2018-01-05 Arun Prakash... Show target for symlinks
2018-01-04 Arun Prakash... The *alloc() family is aligned
2018-01-04 Arun Prakash... Wrap realloc() to return aligned address
2017-12-30 Arun Prakash... Use aligned large buffers
2017-12-29 Arun Prakash... Fix #73: How to discard changes and exit new/rename...
2017-12-29 Arun Prakash... Check alignment and enable -O3
2017-12-27 Arun Prakash... Fix checkpatch reports
2017-12-27 Dmitri GoutnikAdd FreeBSD as a package source (#72)
2017-12-27 Daniel LockyerFree allocated resources using regfree (#71)
2017-12-27 Arun Prakash... Use ffs() tweak.
2017-12-26 Arun Prakash... Remove arm targets
2017-12-26 Arun Prakash... Explicitly cast opaque types
2017-12-26 Arun Prakash... TAB is not identified on OS X
2017-12-26 Dmitri GoutnikLookup xdg-open in PATH on non-Apple platforms (#70)
2017-12-26 Arun Prakash... Retire Makefile.native
2017-12-26 Arun Prakash... Use ffs() instead of ffsl()
2017-12-26 Arun Prakash... Cross compile nnn on Travis CI
2017-12-26 Dmitri GoutnikFix compiler warnings on FreeBSD 11.x (#69)
2017-12-26 Arun Prakash... Add openSUSE to packagers
2017-12-26 Arun Prakash... Update README
2017-12-25 Arun Prakash... Update README
2017-12-25 Arun Prakash... Replace getorder() by ffsl()
2017-12-25 Arun Prakash... OpenSUSE gcc fails at '-fno-tree-loop-vectorize' v1.6
2017-12-25 Arun Prakash... Prepare for release v1.6
2017-12-25 Arun Prakash... Add OpenSUSE Leap 42.3, reorder matrix
2017-12-25 Arun Prakash... Support 'Open with...'
2017-12-24 Arun Prakash... Optimize xmemrchr()
2017-12-24 Arun Prakash... Reduce sprintf() family usage
2017-12-24 Arun Prakash... Optimize saving, matching old entry
2017-12-24 Arun Prakash... Shorten error messages
2017-12-24 Arun Prakash... Limit filter length to NAME_MAX from LINE_MAX
2017-12-24 Arun Prakash... Use const if applicable
2017-12-24 Arun Prakash... Update documentation
2017-12-24 Arun Prakash... Users understand 'DIR' easier then 'cwd'
2017-12-24 Arun Prakash... Add option -b to open bookmark directly
2017-12-23 Arun Prakash... Order numeric file names (helps with /proc)
2017-12-21 Arun Prakash... Update README
2017-12-21 Arun Prakash... Replace xstricmp() with strcoll()
2017-12-21 Arun Prakash... Remove redundant variable
2017-12-21 Arun Prakash... Consider only symbolic or only nunmeric names
2017-12-21 Arun Prakash... No need to test end of numeric
2017-12-21 Arun Prakash... Ignore punctuation marks in file name compare. Fix...
2017-12-20 Arun Prakash... Update README, performance numbers
2017-12-20 Arun Prakash... Add file name len to entry structure
2017-12-20 Arun Prakash... Offset can be derived
2017-12-19 Arun Prakash... Retire redundant variable
2017-12-19 Arun Prakash... A fancier func to get order of 2
2017-12-19 Arun Prakash... Replace a large buf with global g_buf
2017-12-19 Arun Prakash... Fix #50: use -O3, disable -ftree-loop-vectorize
2017-12-19 Arun Prakash... Link to performance factors
2017-12-18 Arun Prakash... Use exact number of bytes for each filename.
2017-12-17 Arun Prakash... Fix #64: change printf() to printw()
2017-12-17 Arun Prakash... NAME_MAX does not include NULL char
2017-12-17 Arun Prakash... Remove -O2 from debug build
2017-12-17 Arun Prakash... An even faster nnn - no more copying file names!
2017-12-16 Arun Prakash... Add Slackware as packager
2017-12-14 Arun Prakash... Fix indentation
2017-12-12 Arun Prakash... Use static vars in frequently used APIs
2017-12-12 Arun Prakash... Retire redundant tmp vars
2017-12-12 Arun Prakash... Process keypress by probable frequency
2017-12-09 Arun Prakash... Update README
2017-12-04 Arun Prakash... Minor optimization, refactor
2017-12-03 Arun Prakash... Fix -Os compilation warnings
2017-12-02 Arun Prakash... switch to formulae.brew.sh for Homebrew link
2017-11-30 Arun Prakash... Use the same o/p filename in debug mode
2017-11-30 Arun Prakash... Fix #50: revert to -O2 optimization
2017-11-30 Arun Prakash... Minor changes
2017-11-25 Vlad GlagolevAdd Source Mage package
2017-11-24 Arun Prakash... Update package maintainers
2017-11-17 Arun Prakash... Change button color
2017-11-06 Arun Prakash... Add Void Linux as a package source
2017-11-04 Arun Prakash... Update readme
2017-10-18 Arun Prakash... Add how-to on hot plugged devices
2017-10-15 Arun Prakash... Minor maintenance
2017-10-10 Arun Prakash... Add copier script
2017-10-09 Arun Prakash... Ignore TAB in input prompt
2017-10-09 Vlad GlagolevFix a couple of warnings on BSDs (#54)
2017-10-08 Arun Prakash... archive listing is done using atool
2017-10-08 Vlad GlagolevFix segfault when SHLVL env var is not available (#52)
2017-10-08 Vlad GlagolevCorrect name checking for NEW and RENAME (#53)
2017-10-08 Vlad GlagolevAdd ExifTool URL (#51)
2017-10-08 Vlad GlagolevOpenBSD compatibility support (#48)
2017-10-05 maxice8include sys/types.h for non-glibc linux builds (#46)
2017-10-05 Arun Prakash... Use sudo to install packagecore v1.5
2017-10-04 Arun Prakash... Prepare for release v1.5
2017-10-02 Arun Prakash... Update help
2017-10-02 Arun Prakash... Fix alignment in examples
2017-10-01 Arun Prakash... Remove redundant conversion
2017-10-01 Arun Prakash... Disable noti subscription for the same dir
2017-09-30 Arun Prakash... Change archive list shortcut to 'F'
2017-09-30 Arun Prakash... Fix #44: document PAGER usage in certain screens
next