|
3c16d2c5ec
|
update: better error handling for pool list loading
|
2024-08-25 14:30:50 +03:00 |
|
|
1160b4b6a9
|
update: better debug logging for __lm_ctx_resolve
|
2024-08-22 08:42:46 +03:00 |
|
|
a0d7e03f2e
|
fix: list function should skip over empty pools
|
2024-08-22 02:54:48 +03:00 |
|
|
eb7e8ed2a0
|
fix: don't remove local packages after install
fixes #4
|
2024-08-22 00:14:23 +03:00 |
|
|
ebc9192ae2
|
fix: temp directory and permission fixes
|
2024-08-16 06:52:05 +03:00 |
|
|
e41a627882
|
fix: make dirs readable by other users
|
2024-08-16 05:25:02 +03:00 |
|
|
2aa147b351
|
fix: do not check write permissions for ctx dirs
|
2024-08-16 04:24:09 +03:00 |
|
|
a641ef87ed
|
fix: do not overwrite update package list
|
2024-08-16 03:08:57 +03:00 |
|
|
7564835b7d
|
fix: remove error calls from threads
|
2024-08-16 01:04:57 +03:00 |
|
|
7b1bee0b99
|
fix: prevent multi-threaded server race conditions
|
2024-08-16 00:22:44 +03:00 |
|
|
2786a642c4
|
fix: package DATA file keep key name
|
2024-08-15 23:44:20 +03:00 |
|
|
472cb9004e
|
update: better package database
|
2024-08-15 02:16:16 +03:00 |
|
|
e0f0dec222
|
update: better way to handle resolve list
|
2024-08-11 01:42:47 +03:00 |
|
|
70b760c0f8
|
fix: init data buffer before using
|
2024-08-10 00:06:42 +03:00 |
|
|
3be2056c21
|
update: add message for header dump
|
2024-08-09 23:52:49 +03:00 |
|
|
1404da3c6c
|
update: add path section to MPTP packet
|
2024-08-09 22:13:43 +03:00 |
|
|
f5d8514a27
|
fix: remove NODELAY and CORK options
|
2024-08-09 03:34:02 +03:00 |
|
|
6fdc283cc4
|
fix: add MSG_WAITALL flag for recv function
|
2024-08-09 03:29:50 +03:00 |
|
|
cb9f5da339
|
update: MSG_MORE flag for send function
|
2024-08-09 03:18:03 +03:00 |
|
|
7fc63f3693
|
fix: add TCP_NODELAY to prevent packet merging
|
2024-08-09 02:56:19 +03:00 |
|
|
89fe97ee8e
|
update: fixing the debug messages for client functions
|
2024-08-09 02:37:06 +03:00 |
|
|
544df2a4ab
|
update: more debug messages for send functions
|
2024-08-09 02:26:32 +03:00 |
|
|
d75b8b9c1b
|
update: more MPTP util debug messages
|
2024-08-09 02:22:49 +03:00 |
|
|
bee0073e58
|
fix: ignore SIGPIPE during serving
|
2024-08-09 01:28:15 +03:00 |
|
|
518dd4fb8d
|
update: better debug logs for sendfile
|
2024-08-09 00:35:38 +03:00 |
|
|
cdb997215b
|
fix: check if INSTALL script does not exist
|
2024-08-08 19:07:28 +03:00 |
|
|
8080299d7d
|
new: add resolve_depends option to resolve function
|
2024-08-08 16:32:56 +03:00 |
|
|
ae83552e96
|
fix: keep pool info error messages
|
2024-08-08 16:08:38 +03:00 |
|
|
7e7cd68a1e
|
fix: packet receive issues
|
2024-08-08 15:38:26 +03:00 |
|
|
65a9d7610b
|
fix: TCP network issues
|
2024-08-08 02:30:51 +03:00 |
|
|
d7dd578fc4
|
fix: TCP server calls
|
2024-08-07 05:35:13 +03:00 |
|
|
75fa38f1d7
|
update: migrating MPTP to TCP
|
2024-08-07 04:49:33 +03:00 |
|
|
865141177a
|
fix: add missing error checks for chdir
|
2024-08-07 01:29:09 +03:00 |
|
|
1219501aaa
|
new: support for local package files
|
2024-08-06 04:44:42 +03:00 |
|
|
73a1f997e6
|
new: ctx package list functions
|
2024-08-04 18:59:30 +03:00 |
|
|
61ab7f66ac
|
new: seperate ctx init and new functions
|
2024-08-04 15:24:37 +03:00 |
|
|
d2d6679060
|
update: better handling of the keep files
|
2024-08-04 13:11:25 +03:00 |
|
|
7c3d0dc1f8
|
new: custom pool dirs and remove ctx path functions
|
2024-08-03 22:25:20 +03:00 |
|
|
960596ae3a
|
fix: don't free entry pointer
|
2024-07-31 23:53:22 +03:00 |
|
|
9cd4eb9905
|
update: refactoring and small fixes
|
2024-07-31 21:16:19 +03:00 |
|
|
b8d2d69752
|
update: make the package changes file read-only
|
2024-07-19 19:23:53 +03:00 |
|
|
2e918b55ee
|
new: add wrapper for database chnages files
|
2024-07-18 23:49:04 +03:00 |
|
|
bc79c642ac
|
update: handle actual package updates outside of the library
|
2024-07-18 19:25:35 +03:00 |
|
|
17d572add0
|
fix: add missing package verification to download operation
|
2024-07-17 22:56:28 +03:00 |
|
|
7532c0d682
|
new: add callback for serve command
|
2024-07-17 21:31:25 +03:00 |
|
|
d261d99422
|
new: add support for previous lists for the resolve function
|
2024-07-16 20:08:59 +03:00 |
|
|
1e9b494c68
|
update: add more callbacks for sendfile and recvfile
|
2024-07-16 19:57:55 +03:00 |
|
|
afa81c7284
|
fix: add some missing error checking with install operation
|
2024-07-16 19:33:18 +03:00 |
|
|
d66fefa1d4
|
fix: add missing error checking for sync command
|
2024-07-16 16:04:21 +03:00 |
|
|
16cfc0676e
|
fix: add ctx data dir check for database initialization
|
2024-07-14 21:07:25 +03:00 |
|