Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Memory Mapped Files, Tests and much more #58

Merged
merged 54 commits into from
Nov 2, 2023

Commits on Apr 14, 2023

  1. Eliminate compile time warning

    bjuulp committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8633001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113c4c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Added gtest submodule

    FlorianReimold committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    431d196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0a9216 View commit details
    Browse the repository at this point in the history
  3. Fixed cmake parameters

    FlorianReimold committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    08bb1f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e49b6f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff79a10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3589743 View commit details
    Browse the repository at this point in the history
  7. Fixed path for testing

    FlorianReimold committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c7edba3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    de79ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    342af7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adac9f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb483a3 View commit details
    Browse the repository at this point in the history
  5. switched macos to bash

    FlorianReimold committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5152e02 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    67a5975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9364a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Added some Tests

    FlorianReimold committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2014999 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'memmapfiles' of https://github.com/bjuulp/fineftp-server

    …into test/memory_mapped_files
    FlorianReimold committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c056080 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    dc1e815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15dcefe View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Remove redundant path checks

    bjuulp committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    af1e7dd View commit details
    Browse the repository at this point in the history
  2. Fix UTF-8 path support

    bjuulp committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a9ef242 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    0efb99f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from bjuulp/relative_path_check_fix

    Relative path check fix
    FlorianReimold authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    50a304d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04b9455 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Added test and fixed problem

    - Added Test for LIST command and standalone RENAME command
    - The data socket is now properly closed before sending 226 Done. This fixes an issue with curl, which complained about connections resets.
    FlorianReimold committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5978aaa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Reduce scope of ifstream

    Bjarne Juul Pasgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    20ea79d View commit details
    Browse the repository at this point in the history
  2. Add strand wrapping when receiving data

    Bjarne Juul Pasgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d432a22 View commit details
    Browse the repository at this point in the history
  3. Add Win32 specific writeable file

    Bjarne Juul Pasgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c1a0919 View commit details
    Browse the repository at this point in the history
  4. Make it easier to see reason for test failure

    Bjarne Juul Pasgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c1074b0 View commit details
    Browse the repository at this point in the history
  5. Eliminate some race conditions

    Bjarne Juul Pasgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    87bce95 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    02fd0de View commit details
    Browse the repository at this point in the history
  2. Improved README.md

    FlorianReimold committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1801294 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    6117e1a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Improved documenation of strands

    Bjarne Juul Pasgaard committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5ba2057 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Added option to not use the builtin googletest.

    This makes it easier to use code-coverage tools from the operating system
    FlorianReimold committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3860039 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from bjuulp/improved_strand_doc

    Improved documenation of strands
    FlorianReimold authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b20ec59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62a8e2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d0649f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    64d9faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c2cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e1210 View commit details
    Browse the repository at this point in the history
  4. Fixed test on ubuntu

    FlorianReimold committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    346acb7 View commit details
    Browse the repository at this point in the history
  5. Added even more tests

    FlorianReimold committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9222318 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd275d6 View commit details
    Browse the repository at this point in the history
  2. Added more tests

    FlorianReimold committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ed680f View commit details
    Browse the repository at this point in the history
  3. Fixed test on Ubuntu

    FlorianReimold committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f4e71e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1eb681 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b851e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    a7a7932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c148060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9802434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab6e47d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11953fe View commit details
    Browse the repository at this point in the history