Histórico de Commits

Autor SHA1 Mensagem Data
  Stéphane Raimbault 12753875b5 Revert libmodbus licence from LGPLv3 to LGPLv2.1 há 14 anos atrás
  Stéphane Raimbault d1f1854338 New error recovery modes: link and protocol há 14 anos atrás
  Stéphane Raimbault b4330d2143 Add check on transaction ID for Modbus TCP há 14 anos atrás
  Stéphane Raimbault e0839095ed New unit test with invalid slave and invalid request há 14 anos atrás
  Stéphane Raimbault 89d0dc0137 Fix longstanding limitation of server to wait forever há 14 anos atrás
  Stéphane Raimbault 852d7825e1 Rename [gs]et_timeout_[begin|end] to [gs]et_[response|byte]_timeout há 14 anos atrás
  Stéphane Raimbault 1faf5c3aad New setter/getter for context socket (fixes bandwidth-server-many-up) há 14 anos atrás
  Stéphane Raimbault 5fd7ec5c1d Fix too short uint8_t for rsp_length (bug introduced by 018cdd6) há 14 anos atrás
  Stéphane Raimbault 7fe4a91787 API cleanup with modbus_receive and modbus_receive_from há 14 anos atrás
  Stéphane Raimbault 018cdd6e68 New function modbus_receive_confirmation há 14 anos atrás
  Stéphane Raimbault 0e4e82e8ce New function modbus_send_raw_request há 14 anos atrás
  Stéphane Raimbault d8ca308694 Removed p_msg pointer in receive_msg há 14 anos atrás
  Stéphane Raimbault 9da1b6ada4 Rename req_* variables to msg_* in send_msg() há 14 anos atrás
  Stéphane Raimbault acd36e6249 Remove useless internal variable called status há 14 anos atrás
  Stéphane Raimbault 09b581a538 Rename data_dest|src in dest|src to match header há 14 anos atrás
  Stéphane Raimbault cfaa872f73 Replace the term "trame" by "message" há 14 anos atrás
  Stéphane Raimbault 066b56d658 Remove duplicated documentation for source files há 14 anos atrás
  Stéphane Raimbault 3fb246237d Fix compilation issue with Microsoft Visual Studio 2008 há 14 anos atrás
  Stéphane Raimbault 49d6f4a71f Read/write were swapped in _FC_READ_AND_WRITE_REGISTERS. Closes GH-2. há 14 anos atrás
  Stéphane Raimbault a4f7996eaf New function to reply to an indication with an exception message há 14 anos atrás
  Stéphane Raimbault 311137cf70 New error message in debug mode for wrong message length há 14 anos atrás
  Stéphane Raimbault 932769d851 New function modbus_get_header_length(modbus_t *ctx) há 14 anos atrás
  Stéphane Raimbault 87293e459e MAJOR Rewrite of the message reading há 14 anos atrás
  Stéphane Raimbault c1c119ae91 Fix warning about '/*' in comment há 14 anos atrás
  Stéphane Raimbault 614ff1dc36 Fix unit test of report slave ID in RTU há 14 anos atrás
  Stéphane Raimbault e3f2c133fa Remove inclusion of config.h in modbus.h. Closes GH-3. há 14 anos atrás
  Stéphane Raimbault b8c0558c19 Rename modbus_[listen|accept] to modbus_tcp_[listen|accept] há 14 anos atrás
  Stéphane Raimbault 4ac3cc374f Add strlcpy if not available to enhance copy of device string há 14 anos atrás
  Stéphane Raimbault 4abb548795 Initialize socket to -1 to avoid write on standard output há 14 anos atrás
  Stéphane Raimbault 525aadb23a Remove the slave ID argument of modbus_new_rtu() há 14 anos atrás