커밋 기록

작성자 SHA1 메시지 날짜
  Stéphane Raimbault c3742e733a Add new function modbus_get_slave() 9 년 전
  Stéphane Raimbault 3a6476e34c Another round of DRY in modbus_reply() 9 년 전
  Stéphane Raimbault e6b8ba4471 Fix wrong function name in debug message 9 년 전
  Stéphane Raimbault 89998d4c28 Fix handling of invalid function code (closes #315) 9 년 전
  Stéphane Raimbault 0f28f3c303 Add debug message on unknown function and new unit test 9 년 전
  Stéphane Raimbault 73a88a747c DRY in modbus_reply by improving response_exception() 9 년 전
  Stéphane Raimbault 933ed4d3e9 Change API modbus_mapping_(offsets_new) to (new_start_address) 9 년 전
  Michael Heimpold 52ab1bbea7 Introduce offsets in modbus mappings 11 년 전
  Stéphane Raimbault 0e2f470a31 Fix late check of ctx in modbus_reply[|_exception] (closes #269) 10 년 전
  Stéphane Raimbault 9b4212c892 modbus_mask_write_register: better fix with unit test (closes #265) 10 년 전
  Michael Heimpold b7894da542 modbus_mask_write_register: fix buffer overflow (fixes #265) 10 년 전
  Stéphane Raimbault 2284aae2b8 Explicit check against Modbus broadcast address 10 년 전
  Michael Heimpold e10ee2d585 Do not reply on broadcast requests (fixes #153) 11 년 전
  Michael Heimpold e98fd68c3b modbus_send_raw_request: limit request length (fixes #207) 10 년 전
  Michael Heimpold 09807f1419 Introduce SPDX license identifiers 10 년 전
  Stéphane Raimbault 0c131f8330 Don't flush on illegal address errors in single write functions 10 년 전
  Stéphane Raimbault 9c809805f9 Prefix hexadecimal values with 0x to avoid confusion 10 년 전
  Stéphane Raimbault 83c3410267 Fix remote buffer overflow vulnerability on write requests 11 년 전
  Stéphane Raimbault 52a82f8cfe Truncate data from response in report_slave_id to new max arg (closes #167) 11 년 전
  Stéphane Raimbault ad4623c05b Fix typo in message. Thanks to Perry Kundert. 11 년 전
  Stéphane Raimbault c4f7a24285 Change timeout to uint32 and add 3 byte timeout tests 11 년 전
  Stéphane Raimbault 184c489cbd Fix C compiler compliance error 11 년 전
  Stéphane Raimbault ea80f74094 New API for set/get response and byte timeouts 11 년 전
  Stéphane Raimbault 8941a84cee Export Modbus function codes supported by libmodbus 11 년 전
  Stéphane Raimbault fc73565da7 Fix remote buffer overflow vulnerability (closes #25, #105) 12 년 전
  Stéphane Raimbault 2c132b0406 Fix receiving of incorrect queries in write_single and mask_write_register 12 년 전
  Stéphane Raimbault 558538ab5b Minor comment improvements 12 년 전
  Stéphane Raimbault f7799a4fdd Rename 'socket' variables to 's' to avoid warning on Windows 12 년 전
  Stéphane Raimbault ca928d5002 Don't use reserved word 'byte' on Windows! 12 년 전
  Stéphane Raimbault b657698da9 Avoid to shadow 'boolean' on weird platform (Windows) 12 년 전