Commit History

Author SHA1 Message Date
  Julius Pfrommer bffefa4cd0 async client functionality 7 years ago
  Julius Pfrommer 36c7608f32 Fix IPv6 on Windows by listening on serveral sockets. 7 years ago
  Julius Pfrommer 0ba2baddfd rename ua_log.h to ua_plugin_log.h; clean up 7 years ago
  Julius Pfrommer 1969bad066 remove public ua_job.h; call message processing from the network layer 7 years ago
  Thomas Bender 18eca5369c made network_tcp/udp ipv6 compatible (with ipv4 fallback) 7 years ago
  Stefan Profanter aed40a3ea1 Fix build on VS2008 and support C++ compilation 7 years ago
  Julius Pfrommer 4f23e1d3bd Merge branch '0.2' 7 years ago
  Stefan Profanter f3c84dca69 Workaround for casting FD in musl libc 7 years ago
  Julius Pfrommer 36cf6dd982 improve logging; shorten overlong lines 7 years ago
  Julius Pfrommer e861392b1c remove closed sockets before select 7 years ago
  Julius Pfrommer 3a74a089ae Refactor UA_parseEndpointUrl to work with UA_String; Create ua_util.c for utility functions 7 years ago
  Julius Pfrommer 0ee61ba3e3 check for select returning 0 (fix #999) 7 years ago
  Julius Pfrommer f5f1cb6685 check for select returning 0 (fix #999) 7 years ago
  Stefan Profanter 14df336430 Code review: @Pro's MDNS implementation (#732) 7 years ago
  FlorianPalm 44d29026dc removed license note from files of the plugins folder 7 years ago
  FlorianPalm 55cbdc83d7 License change: added license note at the beginning of every .c/.h file 7 years ago
  frax2222 5efd75e5dd Import vs2008 patch from @carljoerger and @frax2222 7 years ago
  Julius Pfrommer 917169614c fix warnings from clang-tidy 7 years ago
  Julius Pfrommer 27a2b77429 fix drop in gcov coverage (#917) 7 years ago
  Julius Pfrommer 29e0b175bc fix #891: adding malloc.h in clang under windows 7 years ago
  Lorenz Haas 71e9f80031 Be afraid of premature pessimization, use pre(in|de)crement ;D 7 years ago
  Stefan Profanter c98018f6e0 Add error message to "Connection failed" error 7 years ago
  Julius Pfrommer 12eda25a8f fix: remove a false positive of cppcheck 7 years ago
  Julius Pfrommer a28c922aee fix: more stable handling of errno on win32 7 years ago
  Julius Pfrommer 49441aa92c fix: handling of WSA macros for tcp networking on win32 7 years ago
  Julius Pfrommer b3aaa1ceea refactor: UA_Connection_init as memset-zero; small cleanups 7 years ago
  Julius Pfrommer aad21245ee clean overlong lines in tcp network layer; improve inline docs 7 years ago
  Holger Jeromin e94ee24dc6 Generic BSD detection for tcp/udp plugin (#807) 7 years ago
  mklingn 0932f47df1 Properly define UA_fd_set and UA_fd_isset for OpenBSD. 7 years ago
  Markus Klingenberger# ceb27d614e Precompiler directives to include sys/socket on OpenBSD. 7 years ago