Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Changes to the buffer class #842

Merged
merged 6 commits into from
Sep 16, 2015

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    add4131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0af4e View commit details
    Browse the repository at this point in the history
  3. ERT-932: Changes to buffer

    Have made the following changes to the buffer class:
    
     - Have tried to deprecate that buffer_fread_string() and
       buffer_fwrite_string() methods; these methods embed an integer string
       length in the buffer which gets funny.
    
     - The buffer_strstr() and buffer_strchr() methods are more robust
       towards binary \0 in the buffer.
    
     - The buffer_fwrite_char_ptr() function will append a trailing \0.
    
     - Have added a buffer_strcat() function.
    joakim-hove committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    4b215d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Configuration menu
    Copy the full SHA
    41f64eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24650b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7d72c View commit details
    Browse the repository at this point in the history