]> git.sur5r.net Git - i3/i3status/history - src/print_wireless_info.c
Detect interface type on DragonFly BSD
[i3/i3status] / src / print_wireless_info.c
2018-07-15 Antonio Huete JimenezDetect interface type on DragonFly BSD 299/head
2018-07-13 Ingo BürkMerge pull request #297 from Stunkymonkey/percent-first
2018-07-13 Felix Buehlerable to print percentage 297/head
2018-07-13 Ingo BürkMerge pull request #256 from oyvinht/master
2018-06-29 Ingo BürkMerge pull request #292 from Stunkymonkey/format_quality
2018-06-29 Felix Buehleradd format_quality option in wireless 292/head
2018-05-22 Ingo BürkMerge pull request #282 from Stunkymonkey/mem-support
2018-05-19 Ingo BürkMerge pull request #270 from Stunkymonkey/mem-support
2018-05-15 OrestisMerge pull request #281 from eplanet/fix_warnings
2018-05-15 eplanetFix MacOS build 281/head
2018-03-27 Ingo BürkMerge pull request #251 from tomaskrizek/man-eth-wirele...
2018-03-27 Ingo BürkMerge pull request #243 from jasperla/fei_error
2017-12-11 Emeric PlanetUpdate comment as in #247 (#254)
2017-12-11 Emeric PlanetAdd IPv6 address when IPv4 isn't available (#247)
2017-02-01 Jasper Lievisse... Include sys/select.h on OpenBSD (#198)
2016-11-12 Jon BernardUse blank padding for wireless quality (#166) (#167)
2016-08-22 Michael Stapelbergprint_wireless_info: fix FTBFS on hurd and kfreebsd
2016-08-14 Michael StapelbergMerge pull request #149 from tommie/incremental_multibatt
2016-08-14 Tommie GannertMake print_disk_info, print_eth_info and print_wireless...
2016-08-14 Tommie GannertDefine IW_ESSID_MAX_SIZE for OpenBSD.
2016-07-30 Michael StapelbergMerge pull request #139 from Gjum/wb-colored-cpu-usage
2016-05-13 Alexis HildebrandtAdd ifdef to compile wireless_info on Mac (#127)
2015-12-05 Michael StapelbergMerge pull request #72 from ixjlyons/pango-setting
2015-12-04 Kenneth LyonsAdded support for Pango markup. 72/head
2015-10-16 Michael StapelbergMerge pull request #77 from StefaBa/master
2015-10-12 Stefan BaderCorrectly calculate Wireless link quality 77/head
2015-10-09 Michael StapelbergMerge pull request #71 from bsdjhb/freebsd_wifi_buildfix
2015-10-08 John BaldwinFix build under FreeBSD after recent changes for Linux. 71/head
2015-10-04 Michael StapelbergMerge pull request #68 from bsvh/master
2015-10-04 Brendan Van HookAdded support for lemonbar 68/head
2015-09-25 Michael Stapelbergdocument code origins
2015-09-25 Michael StapelbergFix comparison between signed/unsigned warning for...
2015-09-25 Michael Stapelberguse proper unsigned type for ESSID length
2015-09-25 Michael Stapelberguse nlmsg_data instead of the too-new genlmsg_hdr
2015-09-25 Michael Stapelberguse NL80211_RATE_INFO_BITRATE (16-bit)
2015-09-24 Michael Stapelbergwireless (linux): switch from libiw to libnl
2015-09-16 Michael StapelbergMerge pull request #59 from bsdjhb/freebsd_wifi
2015-09-15 John BaldwinFix various issues with wireless information under... 59/head
2015-08-06 Michael StapelbergMerge pull request #50 from czarkoff/no_ip
2015-08-06 Dmitrij D. CzarkoffUse "color_degraded" when interface has no IP 50/head
2015-04-04 Michael StapelbergMerge pull request #22 from jasperla/obsd_signal
2015-04-04 Jasper Lievisse... Use the maximum rssi, not the scaled percentage for... 22/head
2015-03-16 Michael StapelbergMerge pull request #8 from azuwis/master
2015-03-16 Michael Stapelbergclang-format-3.5 -i **/*.[ch], update modeline
2014-12-03 Tuomas Tynkkyneni3status: Support %frequency for wireless interfaces
2013-02-25 Michael Stapelbergwireless: call START_COLOR only once (Thanks XTaran)
2013-01-24 Adrien Schildknechtwifi: properly display ad-hoc networks
2012-11-15 Scott TincmanDragonFlyBSD support added
2012-10-16 Jasper Lievisse... i3status - Handle down wireless interfaces just like...
2012-10-10 Jasper Lievisse... Implement %essid and %signal for wireless on OpenBSD.
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-07-24 Baptiste DaroussinSupport wifi on FreeBSD
2011-07-21 Axel BeckertFix FTBFS on kFreeBSD
2010-09-22 Michael StapelbergImplement displaying the wireless connection speed...
2010-07-04 Fernando Tarlá Car... Support customized colors.
2010-06-30 Fernando Tarlá Car... Don't leak skfd on errors. Don't spam stderr if the...
2010-06-25 Fernando Tarlá Car... Evaluate wireless quality average. Fix dBm calculations.
2010-06-24 Michael Stapelbergwireless: fix formats
2010-06-24 Michael StapelbergDisplay wireless quality as percentage
2010-06-24 Fernando Tarlá Car... Take into account the wireless quality maximum.
2010-04-19 Michael StapelbergTreat the interface as 'down' when it cannot be found...
2010-01-26 Michael Stapelbergwireless: display no IP instead of (null)
2010-01-11 Axel BeckertFix FTBFS on kFreeBSD and Hurd: libiw is Linux-only
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...