コミット履歴

作者 SHA1 メッセージ 日付
  Julius Pfrommer 50b1f3dfaf Merge branch '0.2' 8 年 前
  Julius Pfrommer 4de389564c move method to receive a chunk with a timeout into ua_connection.c 8 年 前
  Julius Pfrommer 662a51d449 simplify client structure 8 年 前
  FlorianPalm aee53c650e license change for all c/h files 8 年 前
  FlorianPalm a0f38a0bd1 undoing license add (missing comment ending...) 8 年 前
  FlorianPalm 87028b0ee6 added new license text (mplv3) 8 年 前
  FlorianPalm faa91182a2 Revert "License change: added license note at the beginning of every .c/.h file" 8 年 前
  FlorianPalm 55cbdc83d7 License change: added license note at the beginning of every .c/.h file 8 年 前
  Julius Pfrommer 7aa39e4a31 fix remaining issues with g++; all examples compile as C++ 8 年 前
  Julius Pfrommer abc3716e07 First files compiling as cxx 8 年 前
  Lorenz Haas 71e9f80031 Be afraid of premature pessimization, use pre(in|de)crement ;D 8 年 前
  Julius Pfrommer 5467bae2dd refactor: make memory allocator and atomic operations definitions public 8 年 前
  Julius Pfrommer b3aaa1ceea refactor: UA_Connection_init as memset-zero; small cleanups 8 年 前
  Julius Pfrommer c627d3cc0c cosmetic: small cleanup 8 年 前
  StalderT 959461b744 Update ua_connection.c 8 年 前
  Stefan Profanter 0fdfcc43d4 Create specific method for splitting endpoint url. Fix #778 8 年 前
  Julius Pfrommer 8799b44ac4 Type handling functions in separate header (#735) 8 年 前
  Julius Pfrommer f916ba4886 use unlimited message size and chunk count in the default settings; move default connection settings to plugin 8 年 前
  Julius Pfrommer e994a7aa4d fixing a message length problem, relates to #689 8 年 前
  Stasik0 fc4e8a81cc fixing a memory problem in completeMessage, relies to #689 8 年 前
  Julius Pfrommer 7449a230c5 refactor completion/buffering of chunks (#707) 8 年 前
  Torben-D d3ec67e70b Changes Client (#671) 8 年 前
  Julius Pfrommer 026692c2a9 rename pos variables to offset to prevent variable shadowing in the amalgamation 8 年 前
  Stasik0 0262159477 ajusted local client config, improved logging, relates #617 9 年 前
  Julius Pfrommer c317396f4c Chunking callback (#534) 9 年 前
  Julius Pfrommer 999bdef64a split the MessageTypeAndFinal type, cherry-picked from chunking_callback 9 年 前
  Julius Pfrommer 3946886130 make UA_Connection_completeMessages an internal function 9 年 前
  Julius Pfrommer 34dafb78ce Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility 9 年 前
  Julius Pfrommer 5ca0743916 add a binary message examples that opens a session; remove all hangs found with afl 9 年 前
  Julius Pfrommer ca1558e0ba fix #546 9 年 前