|
|
@1390
|
18 years |
Bruno Cornec |
Attempt to solve mr_cleanup multiple call while struct mr_cnf not …
|
|
|
@1384
|
18 years |
Bruno Cornec |
Typos again
|
|
|
@1378
|
18 years |
Bruno Cornec |
Fixes for merges
|
|
|
@1377
|
18 years |
Bruno Cornec |
- ARCH removed from configure.in as useless
- addition of get_uname_m …
|
|
|
@1376
|
18 years |
Bruno Cornec |
compilation fixes for stable
|
|
|
@1374
|
18 years |
Bruno Cornec |
gzi compressed detected placed before lzo as more probable now
|
|
|
@1373
|
18 years |
Bruno Cornec |
Fix a bug in mondoarchive for UUID support of /boot (only LABEL were …
|
|
|
@1371
|
18 years |
Bruno Cornec |
fix a log_to_screen call
|
|
|
@1370
|
18 years |
Bruno Cornec |
Fix a compilation error
|
|
|
@1369
|
18 years |
Bruno Cornec |
Remove unused function + compilation fixes
|
|
|
@1368
|
18 years |
Bruno Cornec |
Fix a bug for mountlist creation (UUID wasn't printed)
|
|
|
@1365
|
18 years |
Bruno Cornec |
MAX_NOOF_MEDIA is gone and media_size in bkpinfo struct is now a …
|
|
|
@1364
|
18 years |
Bruno Cornec |
Remove a useless strcture + fix some compile errors in mr_list
|
|
|
@1363
|
18 years |
Bruno Cornec |
Update for the mr_list structure to have a pointer on function to …
|
|
|
@1362
|
18 years |
Bruno Cornec |
- 2.2.3 announce
- In stable, replacement of a big structure for …
|
|
|
@1361
|
18 years |
Bruno Cornec |
Addition of a double chained list (Idea from M. Loiseleur) to support …
|
|
|
@1352
|
18 years |
Bruno Cornec |
Makefile added for distributions/conf and handling of mondorestore.h
|
|
|
@1348
|
18 years |
Bruno Cornec |
First simple approach to solve #131
Will be put further in the conf …
|
|
|
@1346
|
18 years |
Bruno Cornec |
Include file for mondorestore
|
|
|
@1344
|
18 years |
Bruno Cornec |
Logfile management in mondo (partly)
|
|
|
@1341
|
18 years |
Bruno Cornec |
- Remove compare-me
- Update Logfiles for mondo scripts
- …
|
|
|
@1326
|
18 years |
Bruno Cornec |
- MONDO_LOGFILE is rather a char* exported by each main program …
|
|
|
@1305
|
18 years |
Bruno Cornec |
Initialize long with 0L
|
|
|
@1304
|
18 years |
Bruno Cornec |
- Some FreeBSD fixes
- Better messages for partition names
- May …
|
|
|
@1302
|
18 years |
Bruno Cornec |
- RAM size needs to be bigger on FC6
- Attempt to fix a core dumped …
|
|
|
@1297
|
18 years |
Bruno Cornec |
- evaluate_drive_within_mountlist is a private function
- support UUID …
|
|
|
@1293
|
18 years |
Bruno Cornec |
Fix 2 references to grep -x which are not working during a restore …
|
|
|
@1283
|
18 years |
Bruno Cornec |
Avoids divide by zero (idea of M. Loiseleur mloiseleur_at_linagora.com)
|
|
|
@1275
|
18 years |
Bruno Cornec |
find_my_editor now uses first the value of the env var EDITOR
|
|
|
@1269
|
18 years |
Bruno Cornec |
Correct way of dealing with pointer on functions (code compiles again now)
|
|
|
@1268
|
18 years |
Bruno Cornec |
bkptype_to_string is now a public function (not static anymore)
|
|
|
@1267
|
18 years |
Bruno Cornec |
typo
|
|
|
@1266
|
18 years |
Bruno Cornec |
Fix a bug in string affectation
|
|
|
@1265
|
18 years |
Bruno Cornec |
Compiler errors again
|
|
|
@1264
|
18 years |
Bruno Cornec |
- mr_exit used instead of exit
- …
|
|
|
@1259
|
18 years |
Bruno Cornec |
- More precision for an opendir error message
- some sprintf replaced …
|
|
|
@1256
|
18 years |
Bruno Cornec |
Begining of work on conf file introduction in mondo
- create a new …
|
|
|
@1252
|
18 years |
Bruno Cornec |
MDSTAT_FILE is used everywhere (replacing /proc/mdstat strings)
|
|
|
@1251
|
18 years |
Bruno Cornec |
wait_until_software_raids_are_prepped function has now only 1 …
|
|
|
@1249
|
18 years |
Bruno Cornec |
Fix a bug where raid5 arrays synchronizing where not taken correctly …
|
|
|
@1245
|
18 years |
Bruno Cornec |
Initialization message in mondoarchive now uses mr_msg also
|
|
|
@1244
|
18 years |
Bruno Cornec |
Fix a memory allocation pb with sz_size
|
|
|
@1241
|
18 years |
Bruno Cornec |
- Fix a bug for tape mangement where block size was missing during …
|
|
|
@1239
|
18 years |
Bruno Cornec |
For tape restore, there was a blocking situation where mondorestore …
|
|
|
@1235
|
18 years |
Bruno Cornec |
Patch from Scott Cummings (<rsc_at_usfamily.net>):
No compression for …
|
|
|
@1228
|
18 years |
Bruno Cornec |
Improved configuration file for mondo-web module
|
|
|
@1227
|
18 years |
Bruno Cornec |
Removal of MRCONF_ALLOC_FAILED as mr_malloc is always returning a …
|
|
|
@1226
|
18 years |
Bruno Cornec |
Addition of a mr_msg_loglevel function in order to be able to change …
|
|
|
@1224
|
18 years |
Bruno Cornec |
Fix temporarily a bug when a biggiefile > 32MB was compressed below …
|
|
|
@1221
|
18 years |
andree |
Add to Bruno's improvements to function insmod_crucial_modules():
- …
|
|
|
@1219
|
18 years |
Bruno Cornec |
Integrates trunk memory mngt for mondo-rstr-tools.c
This ends the …
|
|
|
@1217
|
18 years |
Bruno Cornec |
Fixing another valgrind bug for mr_strip_spaces (order matters :-)
|
|
|
@1216
|
18 years |
Bruno Cornec |
First merge for mondo-rstr-tools.c
|
|
|
@1215
|
18 years |
Bruno Cornec |
Improve mr_strip_space where nothing should be done (valgrind report)
|
|
|
@1214
|
18 years |
Bruno Cornec |
typo
|
|
|
@1213
|
18 years |
Bruno Cornec |
Removal of g_mondo_home useless and used MONDO_SHARE instead
|
|
|
@1212
|
18 years |
Bruno Cornec |
remove g_mondo_home from mondorestore in double
|
|
|
@1211
|
18 years |
Bruno Cornec |
Should compile again
|
|
|
@1210
|
18 years |
Bruno Cornec |
Grrr
|
|
|
@1209
|
18 years |
Bruno Cornec |
Fix again
|
|
|
@1208
|
18 years |
Bruno Cornec |
Typo fix
|
|
|
@1206
|
18 years |
Bruno Cornec |
Merge trunk memory management for mondo-rstr-newt.c
|
|
|
@1205
|
18 years |
Bruno Cornec |
Erase the end of the string in mr_strip_spaces
|
|
|
@1204
|
18 years |
Bruno Cornec |
Fond ?
|
|
|
@1203
|
18 years |
Bruno Cornec |
Still searching
|
|
|
@1202
|
18 years |
Bruno Cornec |
Typo again
|
|
|
@1201
|
18 years |
Bruno Cornec |
Typo fix
|
|
|
@1200
|
18 years |
Bruno Cornec |
Merge trunk emory management for mondo-rstr-compare.c and .h
|
|
|
@1199
|
18 years |
Bruno Cornec |
merge trunk memory management for mondorestore.c
|
|
|
@1198
|
18 years |
Bruno Cornec |
Fix typos
|
|
|
@1197
|
18 years |
Bruno Cornec |
merge trunk memeory management for mondo-prep.c
logging in …
|
|
|
@1196
|
18 years |
Bruno Cornec |
ChangeLog for mindi UTF-8
mr_strcat much more powerful as taking a …
|
|
|
@1195
|
18 years |
Bruno Cornec |
Removed 2 asserts which were generating invalid errors (chains were …
|
|
|
@1194
|
18 years |
Bruno Cornec |
Fix a problem in is_this_file_compressed where the result of a …
|
|
|
@1193
|
18 years |
Bruno Cornec |
Remove some useless \r in code
Remove center_string usage as it's now …
|
|
|
@1192
|
18 years |
Bruno Cornec |
Rename mondo-restore.c => mondorestore.c
|
|
|
@1191
|
18 years |
Bruno Cornec |
Finish the merge of trunk for mondoarchive branch with mondo-cli.c
|
|
|
@1190
|
18 years |
Bruno Cornec |
Fix a bad mr_strcat usage (replace by mr_asprintf)
|
|
|
@1187
|
18 years |
Bruno Cornec |
Merge trunk memory management for mondoarchive
Rename main.c to …
|
|
|
@1186
|
18 years |
Bruno Cornec |
- Small typo fix for mondorestore man page (reported by …
|
|
|
@1184
|
18 years |
Bruno Cornec |
Fix compiler warnings
|
|
|
@1183
|
18 years |
Bruno Cornec |
Merge final modifs from trunk for the common subdir
|
|
|
@1182
|
18 years |
Bruno Cornec |
typo
|
|
|
@1181
|
18 years |
Bruno Cornec |
Merge from trun for memory mngt for newt-specific.c
|
|
|
@1180
|
18 years |
Bruno Cornec |
Compiler warning fixes
|
|
|
@1179
|
18 years |
Bruno Cornec |
Merge trunk modifications for libmondo-verify.c
|
|
|
@1178
|
18 years |
Bruno Cornec |
Continue to merge trunk memory management enhancements for …
|
|
|
@1175
|
18 years |
Bruno Cornec |
Merge trunk memory management for libmondo-stream.c
|
|
|
@1174
|
18 years |
Bruno Cornec |
Merger memory management from trunk for libmondo-raid.c
Additional …
|
|
|
@1173
|
18 years |
Bruno Cornec |
merges from trunk for memory management for libmondo-mountlist.c mainly
|
|
|
@1172
|
18 years |
Bruno Cornec |
Suppress res variable and returns from mr_getline which is void
|
|
|
@1171
|
18 years |
Bruno Cornec |
asprintf => mr_asprintf + getline => mr_getline
|
|
|
@1170
|
18 years |
Bruno Cornec |
Includes are now also taken temporarily in common (to allow for …
|
|
|
@1169
|
18 years |
Bruno Cornec |
3 mr_free in excess in libmondo-archive.c removed
|
|
|
@1168
|
18 years |
Bruno Cornec |
strip_spaces => mr_strip_spaces in mr_str.c and corrected at the same …
|
|
|
@1166
|
18 years |
Bruno Cornec |
Suppress g_bkpinfo_DONTUSETHIS (Idea from M. Loiseleur)
|
|
|
@1165
|
18 years |
Bruno Cornec |
Complementary fx from M. Loiseleur for the change of format of the …
|
|
|
@1164
|
18 years |
Bruno Cornec |
Compiler warning solved (M. Loiseleur again !)
Code displaced to ease …
|
|
|
@1162
|
18 years |
Bruno Cornec |
Fix 2 typos
|
|
|
@1160
|
18 years |
Bruno Cornec |
Try to fix a valgrind error on a fd not tested.
|
|
|