Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
  2. Jun 03, 2019
    • Joachim Desroches's avatar
      Fix #5. · 29542690
      Joachim Desroches authored
      Update debian copyright file to reflect the actual licenses of the
      files, and add the Apache 2.0 license header to the gnupaste file,
      quoting Martin Weber as the author.
      29542690
  3. May 12, 2019
  4. May 01, 2019
  5. Apr 04, 2019
  6. May 08, 2018
  7. Apr 17, 2018
  8. Dec 29, 2017
  9. Dec 12, 2017
    • Tinu Weber's avatar
      gnupaste: Fix command line options handling · c8d46843
      Tinu Weber authored
      Correctly handle the `getopts` case for options that miss an argument,
      and fix incorrect handling of -g: The following invocation would
      previously have gnupaste continue with the "regular" case (i.e. pasting
      a file):
      
      	gnupaste -g ''
      
      Also, minor cosmetic update in help message ^^
      c8d46843
  10. Nov 08, 2017
  11. Oct 30, 2017
  12. Oct 12, 2017
  13. Oct 03, 2017
  14. Sep 24, 2017
  15. Jun 21, 2017
  16. May 29, 2017
    • Tinu Weber's avatar
      gnupaste: Miscellaneous small fixes · 92f8edd6
      Tinu Weber authored
      * Fix various minor mistakes in the getopts loop.
      * Remove "long options mandatory arguments" blabla.
      * Fix indentation (some lines were using spaces).
      * Use simple quotes whereever possible.
      92f8edd6
  17. May 26, 2017
  18. May 25, 2017
    • Tinu Weber's avatar
      epfl-vpn: Revamp [BREAKS BACKWARDS COMPATIBILITY] · 1d145f4f
      Tinu Weber authored
      Grammar fix (--splitted → --split). Also, it is implicit that the script
      "connects", so the --connect flag has been renamed to --full (as we now
      connect in split mode by default, this breaks backwards compatibility
      anyway, so there is no point in supporting the old command line
      options).
      
      General code clean-up/reorganisation.
      1d145f4f
    • Tinu Weber's avatar
      gnupaste: Add long options, reorganise code · ba30949b
      Tinu Weber authored
      No need for a main() function. Also use different program return values
      depending on the type of the error (1, 2 or 3).
      ba30949b
  19. May 24, 2017