summary refs log tree commit diff stats
path: root/src/common/util.c
AgeCommit message (Collapse)Author
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-10-25Eliminate compiler warning and update Windows Server nameBerke Viktor
2012-10-25Move SASL passphrase generation code to utilsBerke Viktor
2012-10-25Quickfix for plugin breakage after the DCC patchBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed ↵Arnav Singh
usage of g_stat to use GStatBuf instead of OS-native struct stat.
2012-10-19Remove L10n test stringBerke Viktor
2012-10-19Add L10n test stringBerke Viktor
2012-10-18Add function for listing subdirsBerke Viktor
2012-07-21Minor cosmetics for util.c tooBerke Viktor
2012-07-21Supposed fix for g_io_channel_read() deprecationBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-11Improve URL recognition (sacarasc)Alfred Daw
2012-06-16Fix string handling for Turkish localeBerke Viktor
2012-06-10Migrate VS solution to VS2010+WDK7Berke Viktor
2012-06-03Initial Visual Studio solutionBerke Viktor
2012-01-08Merge branch 'master' into wdkBerke Viktor
2012-01-08update xchat to r1499Berke Viktor
2011-12-11some more multiplatform supportBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-11-29initial plugin config framework, can't save multiple entriesBerke Viktor
2011-11-23remove unused variableBerke Viktor
2011-06-17add support for Windows 8 in CTCP VERSION replyberkeviktor@aol.com
2011-05-30move cpu arch stuff to separate functionberkeviktor@aol.com
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
='n289' href='#n289'>289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502