Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
tftp_server
Browse files
Aug 07, 2017
Add write_request message tests. Add data_message tests. Add transfer_mode...
· 656a51b6
Akula
authored
Aug 08, 2017
656a51b6
Merge branch 'dev' of
https://gitlab.com/Akula/tftp_server
into dev
· bb95dfce
Akula
authored
Aug 08, 2017
bb95dfce
Add data_message tests.
· dc7d43ca
Akula
authored
Aug 08, 2017
dc7d43ca
Add transfer_mode to_string and from_string functions tests. Repair one bug:...
· 0ca53dd4
Akula
authored
Aug 08, 2017
0ca53dd4
Add write_request_message tests.
· 82de5afe
Akula
authored
Aug 07, 2017
82de5afe
Add read_request message tests. Small fix in other messages tests....
· 1a7ae501
Akula
authored
Aug 07, 2017
1a7ae501
Add error_message tests. Include missing license block. Include notice in...
· e35989f9
Akula
authored
Aug 07, 2017
e35989f9
Add message_visitor mock. Add few more ack_message tests.
· 2e08414f
Akula
authored
Aug 07, 2017
2e08414f
Aug 06, 2017
Switch function name from operator(...) to visit(...) for easier mocking.
· c7d9b10f
Akula
authored
Aug 06, 2017
c7d9b10f
Remove main.cpp. Switch project from executable to library for easy linking with tests.
· 49fbed63
Akula
authored
Aug 06, 2017
49fbed63
Add googletest and googlemock library and their licenses. Add tests subproject and one dummy test.
· 51a10f3c
Akula
authored
Aug 06, 2017
51a10f3c
Aug 04, 2017
Add missing special functions (rule of 5(6)).
· 66f2432b
Akula
authored
Aug 04, 2017
66f2432b
Aug 03, 2017
Change virtual to override.
· 464a9a35
Akula
authored
Aug 04, 2017
464a9a35
Remove redundand declarations from parent.
· 0a0f406f
Akula
authored
Aug 04, 2017
0a0f406f
Change 'virtual' to 'override'.
· 3007b07f
Akula
authored
Aug 04, 2017
3007b07f
Remove redundand 'virtual' on functions already using 'override'.
· a6f302a8
Akula
authored
Aug 04, 2017
a6f302a8
Change header guards to include folder structure in their names. (llvm headers...
· 886f7e18
Akula
authored
Aug 04, 2017
886f7e18
Add cmake function to generate yaml database used by clang tools. Change way...
· df7e3c24
Akula
authored
Aug 04, 2017
df7e3c24
Remove c++17 parts from code. Remove include of deleted file.
· c1d7ef77
Akula
authored
Aug 03, 2017
c1d7ef77
Include missing licence in some files. Fix includes in tftp_server
· 942fda54
Akula
authored
Aug 03, 2017
942fda54
Change reinterpret_cast to static_cast through void* in stream reads and writes.
· f8c614c1
Akula
authored
Aug 03, 2017
f8c614c1
Move serializing/parsing/sending/receiving messages to tftp_message_socket...
· 085f46a5
Akula
authored
Aug 03, 2017
085f46a5
Aug 01, 2017
Ignore compile_commands.json and find_all_symbols_db.yaml
· 77800fe7
Akula
authored
Aug 01, 2017
77800fe7
Missing namespace comments.
· 39af989a
Akula
authored
Aug 01, 2017
39af989a
Add comment with namespace name next to namespace closing bracket.
· 966c5834
Akula
authored
Aug 01, 2017
966c5834
Change from static cast to gsl::narrow when casting between arithmetic types.
· f8a5eabe
Akula
authored
Aug 01, 2017
f8a5eabe
Jul 31, 2017
Change message visitor "visit" function to operator().
· 0faf23d3
Akula
authored
Jul 31, 2017
0faf23d3
Move messages to its own folder in sources.
· 1f9c75eb
Akula
authored
Jul 31, 2017
1f9c75eb
Jul 30, 2017
Change tftp_connection in tftp_transfer from weak_ptr to reference.
· eb29690f
Akula
authored
Jul 30, 2017
eb29690f
Initial commit
· 26808116
Akula
authored
Jul 30, 2017
26808116
Loading