Commit Graph

  • a4af4a66b2 miniupnpc: cleanup includes in upnpcommands.h Thomas Bernard 2018-03-14 00:36:12 +0100
  • 8945a6ee15 miniupnpc/miniwget.c: remove useless test Thomas Bernard 2018-03-14 00:23:10 +0100
  • ef94635100 miniupnpd: time() => upnp_time() Thomas Bernard 2018-03-14 00:09:42 +0100
  • 9516c9a007 miniupnpd: fix warnings Thomas Bernard 2018-03-13 11:53:33 +0100
  • dd2aa84204 miniupnpd: use monotonic clock for timeouts, etc. Thomas Bernard 2018-03-13 11:43:07 +0100
  • 2d783f6e69 minissdpd: remove warning when IPV6 is disabled Thomas Bernard 2018-03-12 20:14:30 +0100
  • d62ea5eea0 Fixes #290 Thomas Bernard 2018-03-12 20:12:01 +0100
  • 4a4269a673 minissdpd: update config.h. Automatically update version in config.h Thomas Bernard 2018-02-23 15:00:18 +0100
  • f4a1a5e328 minissdpd: update Changelog. minor modifs Thomas Bernard 2018-02-23 14:02:23 +0100
  • ca779d47dc minissdpd: Fix compilation with IPv6 disabled Thomas Bernard 2018-02-23 13:22:50 +0100
  • b8c957a3a8 minissdpd: remove all references to GetIfAddrIPv4() Thomas Bernard 2018-02-23 13:05:04 +0100
  • ce2673118d miniupnpc: disable call to MiniSSDPd when -m option is used Thomas Bernard 2018-02-22 15:58:25 +0100
  • 90b8f3711c miniupnpc: add miniupnpc.pc for pkg-config Thomas Bernard 2018-02-22 15:31:34 +0100
  • f0511d761b miniupnpd: Add -1 option Thomas Bernard 2018-02-22 14:02:52 +0100
  • 9efd7fda66 ChangeLog for #282 Thomas Bernard 2018-02-22 13:53:39 +0100
  • 80779ff4f7 Fix commit 6cbf0ba Thomas Bernard 2018-02-22 13:47:48 +0100
  • c6bf0ba6f3 Allow runtime override of igd to v1 for people running binaries with v2 enabled Nye Liu 2018-02-19 22:14:05 -0800
  • a752cf30b5 Add project files for MS Visual Studio 2010 Thomas Bernard 2018-02-17 18:06:57 +0100
  • fb24c428e7 => 2018 + https Thomas Bernard 2018-02-03 22:56:41 +0100
  • f9f3daa94d Ignore the version of devices while answering to requests Thomas Bernard 2018-02-03 22:51:09 +0100
  • 73304da571 minissdpd: ignore ST/NT version when answering to local clients Thomas BERNARD 2018-02-03 18:52:06 +0100
  • 348e5c405a Fix Makefile for GNU make 3.80 Thomas BERNARD 2018-02-03 18:29:35 +0100
  • b11ed5a37e minissdpd: Properly parse when several requests are read() at once Thomas Bernard 2018-02-03 18:24:11 +0100
  • 7f17837253 miniupnpd/minissdp.c: Fix submission of services to minissdpd Thomas Bernard 2018-02-03 18:14:31 +0100
  • ab689d5893 minissdpd/Makefile : Fix build/host confusion Thomas Bernard 2018-02-01 12:09:09 +0100
  • 02c6480ff9 minissdpd/testminissdpd.c: fix warnings of Woverflow yangfl 2018-02-03 11:39:00 +0800
  • 2b0a6dd163 Makefile: Use crosscompile target as OS yangfl 2018-02-03 01:46:34 +0800
  • 3158862058 miniupnpd/miniupnpd.8: update man page yangfl 2018-02-03 01:46:09 +0800
  • 5ca7e99fde minissdpd/minissdpd.1: update man page yangfl 2018-02-03 01:26:54 +0800
  • b40e6e4eb6 miniupnpc: fix typo yangfl 2018-02-03 01:12:45 +0800
  • 718deea11e Update file headers. 2017 => 2018 etc. Thomas Bernard 2018-01-16 02:06:46 +0100
  • ed35fc6cd4 miniupnpd/testminissdp.c: int => size_t. 2018 Thomas Bernard 2018-01-15 17:47:22 +0100
  • 34ac268fc2 minihttptestserver: int => size_t when possible Thomas Bernard 2018-01-15 17:39:08 +0100
  • fa3c4298c4 miniupnpc-async: Some comments are still in French Thomas Bernard 2018-01-15 16:37:02 +0100
  • d492fa39ef fix typo yangfl 2018-01-09 09:32:39 +0800
  • 17345b05ac do not compile with GCC under OS X Thomas Bernard 2017-12-12 12:57:12 +0100
  • a55234d806 upnpreplyparse.c: NameValueParserEndElt() rename arg to avoid confusion Thomas Bernard 2017-12-12 12:47:33 +0100
  • bf4f616f58 miniupnpd/Makefile.linux: add testminissdp Thomas Bernard 2017-12-12 12:46:59 +0100
  • 37d54ed207 miniupnpc: update Changelog.txt Thomas Bernard 2017-12-12 12:27:05 +0100
  • 377cef2dc8 upnpreplyparse.c: NameValueParserEndElt() rename arg to avoid confusion Thomas Bernard 2017-12-12 12:21:38 +0100
  • 1f5ca16931 miniupnpc: improve testupnpreplyparse Thomas Bernard 2017-12-12 11:06:49 +0100
  • f67b29e912 thanks Stephan Zeisberg for his valuable bug reports Thomas Bernard 2017-12-12 10:55:00 +0100
  • a4d6939193 miniupnpd: update Changelog.txt Thomas Bernard 2017-12-12 10:51:36 +0100
  • 9fcc0a72f0 minissdpc.c: Fix buffer overrun in SSDP packet parsing Thomas Bernard 2017-12-12 10:42:54 +0100
  • 256b93e5d3 miniupnpd: add a test for ProcessSSDPData() Thomas Bernard 2017-12-12 10:08:44 +0100
  • a0573e2518 minixml.c: fix heap buffer overflow Thomas Bernard 2017-12-11 14:59:29 +0100
  • 7aeb624b44 properly initialize data structure for SOAP parsing in ParseNameValue() Thomas Bernard 2017-12-11 14:27:27 +0100
  • 7492fe42c2 pcpserver.c: send ANNOUNCE when IP changed Thomas Bernard 2017-11-27 23:04:22 +0100
  • cc0fad78d7 miniupnpd: use epoch_origin for NAT-PMP as well Thomas Bernard 2017-11-27 21:47:35 +0100
  • 165c5f0d57 upnpdescgen.c: check for stack overflow in genXML() Thomas Bernard 2017-11-24 11:00:34 +0100
  • ba9315b9b4 natpmp.c: improve error logging Thomas Bernard 2017-11-05 11:10:13 +0100
  • 9bd290fccb more explicit explanations about public address change Thomas Bernard 2017-11-05 10:52:47 +0100
  • b4bbee1df9 testminiwget.sh: test IPV6 availability Thomas Bernard 2017-11-02 18:24:08 +0100
  • 6600c52b67 testminiwget.sh: display network confing in case of error Thomas Bernard 2017-11-02 18:11:29 +0100
  • dfb3115bc3 minihttptestserver.c: fix minor warning in build_favicon_content() Thomas Bernard 2017-11-02 18:01:57 +0100
  • 38a20e4849 testminiwget.sh: don't get stuck if the http test server does not starts Thomas Bernard 2017-11-02 17:53:33 +0100
  • 6ce6a70973 PCP : reset epoch after address change Thomas Bernard 2017-11-02 17:27:24 +0100
  • 665478a47f two words about signals Thomas Bernard 2017-11-02 17:25:39 +0100
  • ad22fe5c08 copyright notice => 2017 Thomas Bernard 2017-11-02 16:52:07 +0100
  • 7848d799a4 Merge remote-tracking branch 'raspopov/patch-2' Thomas Bernard 2017-09-29 11:16:20 +0200
  • 4afc0edbe3 Update external-ip.sh, only output on success DQ 2017-09-28 15:14:22 -0700
  • 1ffb2ea580 Fixed incompatible types (from 'int *' to 'const char *') warning #2 Nikolay Raspopov 2017-09-18 20:27:10 +0300
  • f7ec37d92f added rc-once script to initialize uuid on first start Thorsten Liepert 2017-08-04 13:23:18 +0200
  • 74c6ab5a46 cli:py: do not ship binaries in sdist Dmytro Milinevskyy 2017-08-25 16:06:26 +0200
  • 587f33c3c9 py: include version file in the package file Dmytro Milinevskyy 2017-08-08 19:42:02 +0200
  • 7befb60ab0 Add source IP and port to syslog for upnp_event_send() error. David Kerr 2017-08-06 10:33:28 -0400
  • e24d7eca28 fix error of wrong matched parentheses in miniupnpc-libevent/miniupnpc-libevent.c zying16 2017-07-24 10:53:30 +0200
  • a5f3436cfd Merge remote-tracking branch 'niamster/master' Thomas Bernard 2017-07-19 20:07:02 +0200
  • d40e9a9f52 allow setup.py to call another make executable that 'make' Thomas Bernard 2017-07-19 19:44:30 +0200
  • a677dccc4d miniupnpc:py: allow desc and remote to be None for addportmapping and addanyportmapping Dmytro Milinevskyy 2017-07-19 13:44:26 +0200
  • ae0c3489bf miniupnpc:py: build libminiupnpc.a Dmytro Milinevskyy 2017-07-18 13:00:28 +0200
  • d13f840a4a =>2017. http => https Thomas Bernard 2017-07-06 00:03:12 +0200
  • aeb1d049fa simple CODE_OF_CONDUCT Thomas Bernard 2017-07-05 23:53:58 +0200
  • 52f163adde add CONTRIBUTING file Thomas Bernard 2017-07-05 23:50:21 +0200
  • e8a9a949ad add "global" LICENSE file Thomas Bernard 2017-07-05 23:44:33 +0200
  • 2946f9e105 => 2017 Thomas Bernard 2017-07-05 23:06:16 +0200
  • 8870da723e char * => const char * Thomas Bernard 2017-07-05 23:06:07 +0200
  • 9ac353cb5e Adding Tomato ifdef for netfilter chain to check edrikk 2017-07-05 14:40:51 -0400
  • 04d1e4e3f5 miniupnpc: Add MS VS 2015 solution/project files Thomas Bernard 2017-06-20 11:45:27 +0200
  • 1988b54fec Fix issue in CMakeLists.txt. Sean Li 2017-06-09 11:31:37 +0800
  • e56b0587a7 Mainly adding fd_set related header missing David Carlier 2017-06-11 11:52:55 +0100
  • 5923d5de6f => 2017 Thomas Bernard 2017-05-27 10:25:53 +0200
  • 74bb1827cb miniupnpd: update Changelog.txt about randomize_url Thomas Bernard 2017-05-26 17:59:45 +0200
  • 552f6d37cf Merge branch 'master' into randomize_url Thomas Bernard 2017-05-26 17:58:13 +0200
  • e40a433a99 disable URL randomization by default Thomas Bernard 2017-05-26 17:44:45 +0200
  • 772c70ee41 miniupnpd/testgetifaddr.sh: fix for FreeBSD Thomas Bernard 2017-05-26 17:36:44 +0200
  • 11fcf5a008 Merge branch 'master' into randomize_url Thomas Bernard 2017-05-26 17:30:18 +0200
  • 15cd905f6f => 2017 Thomas Bernard 2017-05-26 17:27:20 +0200
  • b2a1f995ef miniupnpc-async/Makefile: add -D_XOPEN_SOURCE=600 Thomas Bernard 2017-05-26 12:54:32 +0200
  • 810ae45e9d miniupnpc-async: rename enum values to avoid collisions Thomas Bernard 2017-05-26 12:44:35 +0200
  • 73223d8e20 testasync.c: select 1st device Thomas Bernard 2017-05-26 12:14:59 +0200
  • bbb27ab97d miniupnpc-async: retrieve our ip address Thomas Bernard 2017-05-26 12:08:03 +0200
  • 3e89381fba miniupnpc-async: work to support several devices. Thomas Bernard 2017-05-19 17:45:26 +0200
  • e362e84e9e => 2017 Thomas Bernard 2017-05-25 00:53:55 +0200
  • 08c554104d Update Changelog.txt Thomas Bernard 2017-05-25 00:48:18 +0200
  • 50d21a38d0 SSDP: use receiving interface index to check if from LAN Thomas Bernard 2017-05-25 00:20:03 +0200
  • 9303816a5b check receiving interface index when receiving SSDP Thomas Bernard 2017-05-24 11:04:53 +0200
  • 6ed6b4e607 minissdp.c: const int on = 1; for setsockopt() arg Thomas Bernard 2017-05-24 11:04:20 +0200
  • efb0498133 MiniDLNA => ReadyMedia Thomas Bernard 2017-05-24 09:44:07 +0200
  • 1c156beeea Fix: change dylib id to use @rpath. Spanbroek, Mark 2016-10-21 11:50:08 +0200