Skip to content
  1. Nov 22, 2014
    • Oskari Rauta's avatar
      dbus host building · b76f2aa5
      Oskari Rauta authored
      Enable dbus host building ( some packages on other feed(s) need dbus on
      host side, since packages need to be compiled natively before cross
      compiling)
      b76f2aa5
  2. Nov 21, 2014
    • Jonas Gorski's avatar
      znc: link to libstdc++ to fix performance issues on channel join · 11971948
      Jonas Gorski authored
      
      
      ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++
      uses a naive linked-list implementation with horrible performance, which
      can cause joins to take a few minutes on popular channels.
      
      Therefore Switch to libstdc++ which uses a much more performant hashmap.
      ZNC by itself is already rather large, so the added footprint of
      libstd++ vs uclibc++ does not matter that much anyway.
      
      Should fix #11778.
      
      Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>
      11971948
  3. Nov 20, 2014
    • Thomas Heil's avatar
      haproxy: patches from upstream · c950f48e
      Thomas Heil authored
      
      
       - [PATCH 1/6] BUILD: fix "make install" to support spaces in the
       - [PATCH 2/6] BUG/MEDIUM: ssl: fix bad ssl context init can cause
       - [PATCH 3/6] BUG/MEDIUM: ssl: force a full GC in case of memory
       - [PATCH 4/6] BUG/MEDIUM: checks: fix conflicts between agent checks
       - [PATCH 5/6] BUG/MINOR: config: don't inherit the default balance
       - [PATCH 6/6] BUG/MAJOR: frontend: initialize capture pointers earlier
      
      Signed-off-by: default avatarThomas Heil <heil@terminal-consulting.de>
      c950f48e
  4. Nov 19, 2014
  5. Nov 18, 2014
  6. Nov 17, 2014
  7. Nov 16, 2014
  8. Nov 15, 2014
    • Christian Schoenebeck's avatar
      ddns-scripts: new Version 2.1.0-2 · ab2b229a
      Christian Schoenebeck authored
      
      
      - moved /usr/lib/ddns/dynamic_dns_lucihelper.sh from luci-app-ddns into this package
      	(Github openwrt/luci issue 251)
      	(OpenWrt Trac tickets 18326 18347)
      - fix: dynamic_dns_update.sh did not loop
      	(OpenWrt Trac ticket 18336)
      - add provider cloudflare.com IPv4 and IPv6 (Thanks to Paul for support and testing)
      	(OpenWrt Trac ticket 12500)
      - modified detection, if dynamic_dns_fuctions are used by dynamic_dns_lucihelper.sh
      - redirect stdout of wget,curl,host,nslookup,nc etc to /tmp/ddns_$$.dat and *.err instead of variables
      - extended error detection in get_local_ip function
      - modified verify of option ip_script to allow parameters, when calling
      - add provider selfhost.de IPv4
      - add provider no-ip.pl (nothing to do with no-ip.com)
      	(Github openwrt/packages issue #542)
      	IPv4 (tested) and also added for
      	IPv6 (NOT tested) because client IP is autodetected be provider
      - add getlocalip_sample.sh as sample script for usage of
      	option ip_source 'script'  together with
      	option ip_script '/usr/lib/ddns/getlocalip.sh -4'
      - cleanup whitespaces at line ends
      
      Signed-off-by: default avatarChristian Schoenebeck <christian.schoenebeck@gmail.com>
      ab2b229a
    • Dirk Brenken's avatar
      mc: various makefile/compile time changes · 09dbb05f
      Dirk Brenken authored
      
      - add & reorder new compile time options with help text
      - all options are disabled by default, to reduce space req.
      - remove invalid mc configure options
      - fix broken makefile logic to enable/disable mc options
      
      Signed-off-by: default avatarDirk Brenken <dibdot@gmail.com>
      09dbb05f
    • Matthias Schiffer's avatar
      fastd: update to v16 · a23e8f6b
      Matthias Schiffer authored
      
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      a23e8f6b
  9. Nov 13, 2014
  10. Nov 12, 2014