Skip to content
  1. Nov 25, 2014
  2. Nov 24, 2014
  3. Nov 23, 2014
  4. Nov 22, 2014
  5. 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
    • Jiri Slachta's avatar
      libxml2: add host compile · 4b3cf1a6
      Jiri Slachta authored
      
      
      Several packages may depend on host compiled packages during
      the build time (such as the new LTS versions of telephony packages).
      
      This commit adds an option to use the libxml2 to be built as
      a host package. Usage would be following:
      
      	PKG_BUILD_DEPENDS:=libxml2/host
      
      Signed-off-by: default avatarJiri Slachta <slachta@cesnet.cz>
      4b3cf1a6
  6. 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
  7. Nov 19, 2014
  8. Nov 18, 2014
  9. Nov 17, 2014
  10. Nov 16, 2014
  11. 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
  12. Nov 13, 2014