Histórico de commits

Autor SHA1 Mensagem Data
  Kevin Wojniak 61fcfcda68 Fix redefinition of timespec in VS2015 10 anos atrás
  bel 62899cbd09 Websockent client: do 32 bit xor mask only if data is 4 byte aligned im memory (clean merge #210) 10 anos atrás
  bel 35093e42bf Websockent client: handle data size != n*4 (clean merge #210) 10 anos atrás
  bel cca04297a0 Use better random number generator 10 anos atrás
  bel 2e2cf78ab0 Use random number to generate websocket client mask 10 anos atrás
  bel 7f6bd998dd Add some TODOs after merge #210 10 anos atrás
  bel2125 d8ade358c0 Merge pull request #210 from tnoho/tnoho 10 anos atrás
  tnoho 22877d8f2f Fix masking method 10 anos atrás
  bel c73d592419 Fix copy-paste error in set_sock_timeout 10 anos atrás
  bel eab2969a98 Initialize all struct timespec and struct timeval with memset 10 anos atrás
  tnoho e5dc6be068 Add mg_websocket_client_write 10 anos atrás
  bel 4de9090577 Apply revised clang-format (#207) to all actively maintained source files 10 anos atrás
  bel 164b12b558 Add server side Javascript (Duktape) to feature check API 10 anos atrás
  bel 0c7c7ed678 Fix some TODOs and auto-format code 10 anos atrás
  bel a0678bf835 Use recursive mutex for Linux 10 anos atrás
  bel a6bcffcfc5 Rename rel_uri to local_uri (#197) 10 anos atrás
  bel2125 73155eea3e Documentation: IPv6 ports will listen for both, IPv4 and IPv6 10 anos atrás
  bel 28d215e211 Compile fix 10 anos atrás
  bel ac3e0d8292 Add new interface to get listening ports (deprecate old interface) 10 anos atrás
  bel 16ce5bed9d Rewrite is_file_in_memory 10 anos atrás
  Lawrence fed56ecb1c Fixed mg_upload() to work with multiple files. 10 anos atrás
  bel 5fbb1db308 Experimental support for duktape (Step 3/?) 10 anos atrás
  bel 36eb3a01fb Disable clang unreachable-code warning for function ssl_id_callback 10 anos atrás
  bel 4eb38685e7 Fix compile errors 10 anos atrás
  bel 9d13578bef Set request_info->uri for the client api functions (to the http server response code, as before) 10 anos atrás
  bel b91207c067 Free memory allocated in thread local storage for third party threads in systems with sizeof(pthread_t) > sizeof(unsigned long) 10 anos atrás
  bel 617a16ee39 Every thread must have a ssl_id (unsigned long), even if not created by civetweb 10 anos atrás
  bel 9acd4f40eb Set an unsigned long value in the thread local storage also for the thread starting civetweb. 10 anos atrás
  bel d3b5b24b43 Use unsigned long variable from thread local storage as SSL thread ID. 10 anos atrás
  bel2125 ec0206610d Support absolute uri (#197) - (Step 12/?) 10 anos atrás