Historia zmian

Autor SHA1 Wiadomość Data
  Bryan Drewery 92ab12e3ba * Add right padding / left justification 17 lat temu
  Bryan Drewery 5e81d3c8aa * Add left space padding (right justification) 17 lat temu
  Bryan Drewery cc5c141266 * Add zero padding to simple_snprintf 17 lat temu
  Bryan Drewery 2a6ca48f7f * Add non-standard '^' modifier for '%s' to print the string in CAPS 17 lat temu
  Bryan Drewery 524f355972 * Add 'z' support to simple_sprintf 17 lat temu
  Bryan Drewery 0bda06f935 * Implement %u %lu %ld %x %X %lx %lX in simple_snprintf 18 lat temu
  Bryan Drewery 5cb351444f * Cleanup licenses 18 lat temu
  Bryan Drewery bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 lat temu
  Bryan Drewery 9f0a72eff3 * Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30) 21 lat temu
  Bryan Drewery 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 lat temu
  Bryan Drewery 7f674f059c * Reversed the %D removal as it int_to_base64() uses a static buffer() 21 lat temu
  Bryan Drewery e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 lat temu
  Bryan Drewery a99f4dab25 * Added simple_snprintf() 21 lat temu
  Bryan Drewery a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 lat temu