84 Commits (f9d61ed16178fc376d73757ee283b303bff44870)
 

Author SHA1 Message Date
KoynovStas f9d61ed161 README: add zlib1g-dev to list of dependencies 5 years ago
KoynovStas 22f588f401 Ref: use macro UNUSED 5 years ago
KoynovStas 8b362cf73c New: add smacros.h - list of simple macros 5 years ago
KoynovStas e987663080 README: and list targets of Makefile 5 years ago
KoynovStas 12efbae1b9 README: add Dependencies for build. Closed: #4 5 years ago
KoynovStas 88045b9b0a README: update http -> https for gSOAP website 5 years ago
KoynovStas e7f76b7deb Makefile: add GSOAP_CONFIGURE 5 years ago
KoynovStas cc7ce38b68 Makefile: add alternative links for gsoap arhive fixed #7
sourceforge.net changes URL after the new releases!
I have added alternative links. It should be resolved issue #7
5 years ago
KoynovStas bb1eb0efda Makefile: add GSOAP_VERSION variable 5 years ago
KoynovStas 172106f3b8 Makefile: add GSOAP_INSTALL_DIR variable 5 years ago
KoynovStas 21f887dc7d Makefile: rename GCC -> CC (its standart name for C compiler) 5 years ago
KoynovStas ca60dcc5ee add CHANGELOG.md 7 years ago
KoynovStas 486c119281 Closed PR #3 Fixed a potential stack overflow 7 years ago
KoynovStas 46ba07be85 Fix:Makefile: set force -j1 to disable parallel build for gsoap 7 years ago
KoynovStas a8270438d9 Fix:Makefile: use for loop in .depend target 7 years ago
KoynovStas 80fb97d1d8 Ref: now we can set extern toolchain (compiller) 7 years ago
Koynov Stas 21f614acbf
Fix Readme (del old link) 8 years ago
KoynovStas 268fe0c081 Fix: Readme 8 years ago
KoynovStas 35901d2c28 add systemd script 8 years ago
KoynovStas b65036023d use gsoap ver 2.8.66 8 years ago
KoynovStas 9f858521d7 Makefile: add rm logs in distclean target 8 years ago
KoynovStas 0c90d67ce0 Makefile: ignore .depend for clean and distclean targets 8 years ago
KoynovStas b3acef1931 --- ver 2.1 --- 8 years ago
KoynovStas cd48a35e15 use gsoap ver 2.8.55 8 years ago
KoynovStas a05b0cdd86 refactoring 8 years ago
KoynovStas f7e92fa4d1 use daemon.c ver 1.1 8 years ago
KoynovStas 0d7457ffb3 ref: update text LICENSE 8 years ago
KoynovStas b8d14197d6 ref: fix comment 8 years ago
KoynovStas 239dee1fe4 --- ver 2.0 --- 9 years ago
KoynovStas 14b274f67b update daemon.c\h 9 years ago
KoynovStas ee549eb48a Reafactoring: add space in static help need for C++11 9 years ago
KoynovStas 4df88c1d1e Reafactoring: process_cmd func, add enum for cmd options 9 years ago
KoynovStas 37f77ce0c8 Refactoring: in static help add '\n' 9 years ago
KoynovStas 565ff6f13b Refactoring func get_endpoint 9 years ago
KoynovStas f44072dd78 Refactoring: move send_hello/bye to wsdd_utils.c 9 years ago
KoynovStas beaba22b3e get_xaddr in dynamic (was only static) 9 years ago
KoynovStas a26bed2415 README.md: del </br> github don't support :( 9 years ago
KoynovStas d401695207 add func free_resources() 9 years ago
KoynovStas 6915452e47 Refactoring: move call send_hello to init() 9 years ago
KoynovStas f58a6ffb1d Refactoring func send_hello/bye 9 years ago
KoynovStas 24a8bbc349 Refactoring: add func init_gsoap() 9 years ago
KoynovStas b7ef2c50cf Makefile: Uses new ver of gsoap 2.8.44 (was 2.8.43)
+ Right URL for download
9 years ago
KoynovStas d5f3ef23ba Makefile: Refactoring + support parallel make (see opt -j) 9 years ago
KoynovStas 79d6d98fb5 BugFix: Need use struct ip_mreqn not ip_mreq
For pure linux kernel we have to use "Big" struct (with 3 felds)
Big OS (Ubuntu, Fedora , etc...) can use any structs, but embeded systems
with pure Linux kernel have to use "new" struct ip_mreqn.
more details see: http://man7.org/linux/man-pages/man7/ip.7.html

If uses old struct in pure kernel we get crash application!
9 years ago
KoynovStas b632cff4b1 ---- ver 1.0 ---- 9 years ago
KoynovStas 98c9212044 Makefile: Refactoring download gsoap.zip 9 years ago
KoynovStas 278d99cc67 update README.md 9 years ago
KoynovStas 1c62284a0f wsdd.c: add comment with License 9 years ago
KoynovStas 1bf5256002 Makefile: add option -C for soapcpp2 (only client code) 9 years ago
KoynovStas 56198af935 add code for wsdd_event_Probe -daemon is work :) 9 years ago