]> git.sur5r.net Git - i3/i3status/shortlog
i3/i3status
2010-04-10 Michael Stapelbergdebian: update packaging 2.1
2010-04-10 Michael Stapelbergupdate changelog
2010-04-06 Michael StapelbergLittle style fixes for the last commit
2010-04-06 Christian Dietrichipv6: update manpage
2010-04-06 Christian Dietrichipv6: provide format strings for ipv6 up and ipv6 down
2010-04-06 Michael Stapelbergdebian: add postinst file which issues setcap
2010-04-06 Michael Stapelbergmakefile: don’t fail if setcap is unsuccessful
2010-04-06 Christian Dietrichipv6: don't require a title for config option
2010-04-01 Michael Stapelberginstall i3status with cap_net_admin capability, document it
2010-02-14 Michael Stapelbergmakefile: only regenerate i3status.1 when necessary...
2010-02-14 Michael StapelbergColorize ethernet output (patch by Peter Johnson)
2010-01-29 Michael StapelbergInstead of a relative sleep(1), sleep until the full...
2010-01-26 Michael Stapelbergwireless: display no IP instead of (null)
2010-01-26 Michael Stapelbergget_ip_address: return NULL instead of down
2010-01-11 Axel BeckertFix FTBFS on kFreeBSD and Hurd: libiw is Linux-only
2010-01-10 Michael Stapelbergdisk: also round when printing TB (Thanks Merovius)
2010-01-04 Michael Stapelbergipv6: cache the result of the DNS query only, the socke...
2010-01-01 Michael Stapelbergipv6: reuse the existing socket for further lookups
2009-12-20 Michael StapelbergRemove trailing whitespace
2009-12-20 André-Patrick... Implemented showing the time when battery is empty
2009-12-13 Michael StapelbergThe load values represent 1,5,15 min, not 5,10,15 min...
2009-10-27 Michael Stapelbergdebian: add missing build-deps
2009-10-27 Michael StapelbergUpdate debian packaging for 2.0 2.0
2009-10-27 Michael StapelbergUpdate manpage for output_format
2009-10-24 Michael StapelbergUpdate debian/ for single binary
2009-10-24 Michael StapelbergFix function signature / pointer type
2009-10-24 Michael Stapelbergconfig: first try ~/.i3status.conf, then /etc/i3status...
2009-10-24 Michael StapelbergChange output format to be a config option instead...
2009-10-23 Michael Stapelbergdebian: symlink the manpage of i3status for the i3statu...
2009-10-23 Michael Stapelbergdebian: Update standards version
2009-10-23 Michael StapelbergFix Makefile to create correct tarball
2009-10-23 Michael StapelbergUpdate debian packaging
2009-10-23 Michael StapelbergDon’t compile for DZEN by default
2009-10-23 Michael StapelbergAdd error message if neither DZEN nor XMOBAR is defined
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergActually use the format string for the battery (Thanks...
2009-10-16 Michael StapelbergChange Makefile to make releases containing our current...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-16 Michael StapelbergObey format for run_watches
2009-10-16 Michael StapelbergImplement format_up/format_down for ethernet
2009-10-15 Michael StapelbergBugfix: Cast the integers to uint64_t *before* multiply...
2009-10-15 Michael StapelbergSeparate license into file LICENSE
2009-10-15 Michael StapelbergUpdate default config
2009-10-13 Michael StapelbergBugfix: Install manpage from new path (Thanks shatter)
2009-10-12 Michael StapelbergGenerate manpage in Makefile
2009-10-12 Michael StapelbergAdd manpage in asciidoc format
2009-10-11 Michael StapelbergCleanup disk "module"
2009-10-11 Michael StapelbergImplement disk info (%free/%used/%total)
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...
2009-10-02 Michael StapelbergAdd debian changelog entry to keep updates from overwri...
2009-10-01 Michael StapelbergFix linking (Thanks Atsutane)
2009-10-01 Michael StapelbergBugfix: close the filehandle when done
2009-10-01 Michael StapelbergImplement getting the wireless ESSID
2009-09-26 Michael StapelbergBugfix: Don’t show colors in wireless info if colors...
2009-09-26 Michael StapelbergDon’t display an error message if getaddrinfo() fails...
2009-09-11 AtsutaneSmall improvement regarding readability if one hasn...
2009-09-01 Michael StapelbergInitialize order array with -1 to avoid printing duplic...
2009-09-01 Michael StapelbergFix compilation warning
2009-09-01 Axel BeckertSupport for (Debian) GNU/kFreeBSD
2009-08-18 Michael StapelbergBugfix: Correctly terminate output if time is specified...
2009-08-18 Michael StapelbergAdd support for xmobar
2009-08-17 Michael Stapelbergdebian: fix issues with initscript
2009-08-02 Michael StapelbergUpdate debian changelog
2009-07-25 Michael StapelbergReturn "no battery" instead of dying if a battery wasn...
2009-07-25 Michael StapelbergDon’t perror("connect") when there most likely is no...
2009-07-23 Michael StapelbergUpdate i3status.conf
2009-07-23 Michael StapelbergBugfix: Use interface instead of eth_interface in get_i...
2009-07-23 Michael StapelbergImplement battery status and thermal zones for FreeBSD...
2009-07-22 Michael StapelbergRemove unneeded struct
2009-07-22 Michael Stapelberglittle fixes for FreeBSD
2009-07-22 Michael StapelbergUse the highest order actually used, not MAX_ORDER...
2009-07-22 Michael StapelbergImplement getting the interface speed on FreeBSD, patch...
2009-07-22 Michael StapelbergFree the addresses correctly
2009-07-22 Michael StapelbergObtain IP address in a portable way, patch by Baptiste...
2009-07-21 Michael StapelbergUse getloadavg() instead of using /proc, patch by Bapti...
2009-07-21 Michael StapelbergHide ugly compilation calls in Makefile
2009-07-21 Michael Stapelbergget_ipv6_addr: more documentation, use SOCK_DGRAM,...
2009-07-21 Michael StapelbergAdd modelines and retab! all files
2009-07-21 Michael StapelbergCorrectly handle the order of items
2009-07-21 Michael StapelbergUse own files for each function, add get_ipv6_addr.c
2009-06-22 Michael Stapelbergdebian: add README.Debian to git
2009-06-22 Michael Stapelbergdebian: use make distclean instead of make clean betwee...
2009-06-21 Michael Stapelbergdebian: change Priority to extra (makes more sense)
2009-06-21 Michael Stapelbergdebian: Increase Standards-Version for next upload
2009-06-21 Michael Stapelbergdebian: add initscripts/default files
2009-06-21 Michael Stapelbergdebian: revert packaging to produce only one package...
2009-06-21 Michael StapelbergBugfix: Correctly handle SIGPIPE to avoid unnecessary... 1.2
2009-06-17 Michael Stapelbergdebian: correctly build an i3status-common package...
2009-06-17 Michael Stapelbergdebian: update policy-version to 3.8.2, fix build,...
2009-06-17 Michael Stapelbergmakefile: fix linking 1.1
2009-06-17 Michael Stapelbergmakefile: fix dependencies
2009-06-17 Michael Stapelbergmakefile: fix release target
2009-06-17 Michael Stapelbergrelease 1.1 / debian: update changelog
2009-06-17 Michael Stapelbergdebian: build separate packages for dzen2/wmii
2009-06-16 Michael StapelbergBugfix: Exit upon errors from printf in dzen2-mode...
2009-05-22 Michael StapelbergMerge getting thermal zone temperature from atsutane...
2009-05-09 Michael Stapelbergdebian: Add ${misc:Depends}
2009-05-01 Michael StapelbergDebian: Fix email address, add build-dependency
2009-05-01 Michael StapelbergFix URLs, fix make release, update debian/changelog 1.0
2009-05-01 Michael StapelbergDebian: Recommend dzen2
next